View Source ArangoXEcto.Migration.Index (ArangoX Ecto v1.3.1)
Represents a collection index in ArangoDB
The attributes in this struct are directly passed to the ArangoDB API for creation. No validation is done on the attributes and is left to the database to manage.
Link to this section Summary
Functions
Creates a new Index struct
Link to this section Types
Link to this section Functions
@spec new(String.t(), [atom() | String.t()], [index_option()]) :: t()
Creates a new Index struct