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; }
Public Property Identifiers As Dictionary(Of String, IndexResponseBase)
Get
Set
public:
property Dictionary<String^, IndexResponseBase^>^ Identifiers {
Dictionary<String^, IndexResponseBase^>^ get ();
void set (Dictionary<String^, IndexResponseBase^>^ value);
}
member Identifiers : Dictionary<string, IndexResponseBase> with get, set
Property Value
Type:
DictionaryString,
IndexResponseBaseSee Also