PostIndexBodyFields Property |
The attributes to be 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 public IEnumerable<string> Fields { get; set; }
Public Property Fields As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ Fields {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member Fields : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableStringRemarks
For more details, refer to ArangoDB's documentation for the index you want to create.
See Also