Click or drag to resize

ArangoDBNetStandard.IndexApi.Models Namespace

 
Classes
  ClassDescription
Public classDeleteIndexResponse
Represents a response returned after deleting an index.
Public classGetAllCollectionIndexesQuery
Represents query parameters used when fetching the list of indexes for a collection.
Public classGetAllCollectionIndexesResponse
Public classGetIndexResponse
Response from GetIndexAsync(String)
Public classIndexResponseBase
Represents an index. Some attributes will depend on the type of index the object represents.
Public classIndexTypes
Defines values for ArangoDB index types.
Public classPostIndexBody
Represents a request body for creating an index for a collection.
Public classPostIndexQuery
Represents query parameters used when creating a new index for a collection.
Public classResponseBase
Represents a common response class for Index API operations.
Interfaces
  InterfaceDescription
Public interfaceIIndexResponse
Represents information about an index returned in responses.