IIndexResponseFields Property |
The attributes that are part of the indexed.
Depending on the index type, a single attribute or multiple attributes can be indexed.
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax IEnumerable<string> Fields { get; set; }
Property Fields As IEnumerable(Of String)
Get
Set
property IEnumerable<String^>^ Fields {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
abstract Fields : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableStringSee Also