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; }
Public Property Indexes As IEnumerable(Of IndexResponseBase)
Get
Set
public:
property IEnumerable<IndexResponseBase^>^ Indexes {
IEnumerable<IndexResponseBase^>^ get ();
void set (IEnumerable<IndexResponseBase^>^ value);
}
member Indexes : IEnumerable<IndexResponseBase> with get, set
Property Value
Type:
IEnumerableIndexResponseBaseSee Also