EngineAliasIndexes Property |
List of indexes and associated types
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public Dictionary<string, string> Indexes { get; set; }
Public Property Indexes As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Indexes {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Indexes : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringSee Also