Click or drag to resize

IndexTypes Class

Defines values for ArangoDB index types.
Inheritance Hierarchy
SystemObject
  ArangoDBNetStandard.IndexApi.ModelsIndexTypes

Namespace:  ArangoDBNetStandard.IndexApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public static class IndexTypes

The IndexTypes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFullText
See https://www.arangodb.com/docs/stable/http/indexes-fulltext.html
Public fieldStatic memberGeo
See https://www.arangodb.com/docs/stable/http/indexes-geo.html
Public fieldStatic memberPersistent
See https://www.arangodb.com/docs/stable/http/indexes-persistent.html
Public fieldStatic memberTTL
See https://www.arangodb.com/docs/stable/http/indexes-ttl.html
Top
See Also