IIndexResponse Interface |
Namespace: ArangoDBNetStandard.IndexApi.Models
The IIndexResponse type exposes the following members.
Name | Description | |
---|---|---|
BestIndexedLevel |
For more information,
see https://www.arangodb.com/docs/stable/http/indexes-geo.html
| |
Deduplicate |
Supported by array indexes of type Persistent.
Indicates whether inserting duplicate index values from the same document
into a unique array index will lead to a unique constraint error or not.
| |
Estimates |
Supported by indexes of type Persistent.
Indicates whether index selectivity estimates are maintained for the index.
| |
ExpireAfter |
Supported by indexes of type TTL.
The time interval (in seconds) from the point in time stored in the Fields property
after which the documents count as expired.
Can be set to 0 to let documents expire as soon as the server time
passes the point in time stored in the document attribute,
or to a higher number to delay the expiration.
| |
Fields |
The attributes that are part of the indexed.
Depending on the index type, a single attribute or multiple attributes can be indexed.
| |
GeoJson |
Supported by indexes of type Geo.
If a geo-spatial index on a location is constructed and geoJson is true,
then the order within the array is longitude followed by latitude.
| |
Id |
Id of the index
| |
IsNewlyCreated |
Indicates a newly created index.
| |
MaxNumCoverCells |
For more information,
see https://www.arangodb.com/docs/stable/http/indexes-geo.html
| |
MinLength |
Supported by indexes of type FullText.
Minimum character length of words to index.
| |
Name |
Name of the index
| |
SelectivityEstimate |
The index selectivity estimate value for the index if Estimates is set to True.
| |
Sparse |
Applies to indexes of type Persistent.
Indicates whether the index is a sparse index or not.
Sparse indexes do not index documents for which any of the index attributes
is either not set or is null.
| |
Type |
Type of index. See IndexTypes.
| |
Unique |
Indicates whether the index is a unique or non-unique index.
Sparse indexes do not index documents for which any of the index attributes
is either not set or is null.
| |
WorstIndexedLevel |
For more information,
see https://www.arangodb.com/docs/stable/http/indexes-geo.html
|