IIndexManager. UpdateAsync Method

Analytics Core API Documentation
Updates an analytics index. HTTP Verb: PUT HTTP Route: ~/workspaces/{workspaceID:int}/indexes/{indexID:int} HTTP Success Status Code: 200 OK

Namespace:  Analytics.Conceptual.Service.Interfaces
Assembly:  Analytics.Conceptual.Service.Interfaces (in Analytics.Conceptual.Service.Interfaces.dll) Version: 10.1.2.93
Syntax

Task UpdateAsync(
	int workspaceID,
	int indexID,
	AnalyticsIndex index
)

Parameters

workspaceID
Type: System.Int32
The artifact ID of the workspace that contains the index.
indexID
Type: System.Int32
The artifact ID of the index to be updated.
index
Type: Analytics.Conceptual.DataContracts.AnalyticsIndex
The updated analytics index.

Return Value

Type: Task
Nothing
See Also

Reference