ArangoDBNetStandard.IndexApi.Models Namespace |
Class | Description | |
---|---|---|
![]() | DeleteIndexResponse |
Represents a response returned after deleting an index.
|
![]() | GetAllCollectionIndexesQuery |
Represents query parameters used when fetching the list of indexes
for a collection.
|
![]() | GetAllCollectionIndexesResponse | |
![]() | GetIndexResponse |
Response from GetIndexAsync(String) |
![]() | IndexResponseBase |
Represents an index. Some attributes will depend on the type of index the object represents.
|
![]() | IndexTypes |
Defines values for ArangoDB index types.
|
![]() | PostIndexBody |
Represents a request body for creating an index for a collection.
|
![]() | PostIndexQuery |
Represents query parameters used when creating a new index
for a collection.
|
![]() | ResponseBase |
Represents a common response class for Index API operations.
|
Interface | Description | |
---|---|---|
![]() | IIndexResponse |
Represents information about an index returned in responses.
|