Click or drag to resize

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 Value

Type: IEnumerableString
See Also