Click or drag to resize

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; }

Property Value

Type: IEnumerableString
Remarks
For more details, refer to ArangoDB's documentation for the index you want to create.
See Also