IIndexManager. ReadAsync Method

Analytics Core API Documentation
Reads an analytics index. HTTP Verb: GET 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<AnalyticsIndex> ReadAsync(
	int workspaceID,
	int indexID
)

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 read.

Return Value

Type: Task< AnalyticsIndex>
An analytics index
See Also

Reference