Click or drag to resize

GetAllCollectionIndexesResponseIndexes Property

The list of all indexes for the collection.

Namespace:  ArangoDBNetStandard.IndexApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IEnumerable<IndexResponseBase> Indexes { get; set; }

Property Value

Type: IEnumerableIndexResponseBase
See Also