Creates a new dataset.
The name of the bucket to create this dataset of.
The name of the new dataset.
Optionaloptions: CreateAnalyticsDatasetOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
Creates a new dataverse.
The name of the dataverse to create.
Optionaloptions: CreateAnalyticsDataverseOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
Creates a new index.
The name of the dataset to create this index on.
The name of index to create.
A map of fields that the index should contain.
Optionaloptions: CreateAnalyticsIndexOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
Creates a new analytics remote link.
The settings for the link to create.
Optionaloptions: CreateAnalyticsLinkOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
Drops a previously created dataset.
The name of the dataset to drop.
Optionaloptions: DropAnalyticsDatasetOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
Drops a previously created dataverse.
The name of the dataverse to drop.
Optionaloptions: DropAnalyticsDataverseOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
Drops a previously created index.
The name of the dataset containing the index to drop.
The name of the index to drop.
Optionaloptions: DropAnalyticsIndexOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
Drops an existing analytics remote link.
The name of the link to drop.
The dataverse containing the link to drop.
Optionaloptions: DropAnalyticsLinkOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
Returns a list of all existing datasets.
Optionaloptions: GetAllAnalyticsDatasetsOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<AnalyticsDataset[]>A node-style callback to be invoked after execution.
Returns a list of all existing indexes.
Optionaloptions: GetAllAnalyticsIndexesOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<AnalyticsIndex[]>A node-style callback to be invoked after execution.
Returns a list of existing analytics remote links.
Optionaloptions: GetAllAnalyticsLinksOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<AnalyticsLink[]>A node-style callback to be invoked after execution.
Returns a list of all pending mutations.
Optionaloptions: GetPendingAnalyticsMutationsOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<{ [k: string]: { [k: string]: number } }>A node-style callback to be invoked after execution.
Replaces an existing analytics remote link.
The settings for the updated link.
Optionaloptions: ReplaceAnalyticsLinkOptionsOptional parameters for this operation.
Optionalcallback: NodeCallback<void>A node-style callback to be invoked after execution.
AnalyticsIndexManager provides an interface for performing management operations against the analytics service of the cluster.