Click or drag to resize

GetAllCollectionIndexesResponseIdentifiers Property

All the indexes for the collection as a dictionary where each key is the index ID.

Namespace:  ArangoDBNetStandard.IndexApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public Dictionary<string, IndexResponseBase> Identifiers { get; set; }

Property Value

Type: DictionaryString, IndexResponseBase
See Also