IndexApiClientGetIndexAsync Method |
Fetches data about the specified index.
Namespace:
ArangoDBNetStandard.IndexApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public virtual Task<GetIndexResponse> GetIndexAsync(
string indexId
)
Public Overridable Function GetIndexAsync (
indexId As String
) As Task(Of GetIndexResponse)
public:
virtual Task<GetIndexResponse^>^ GetIndexAsync(
String^ indexId
)
abstract GetIndexAsync :
indexId : string -> Task<GetIndexResponse>
override GetIndexAsync :
indexId : string -> Task<GetIndexResponse>
Parameters
- indexId
- Type: SystemString
The identifier of the index.
Return Value
Type:
TaskGetIndexResponseSee Also