Class IndexCollection
Results of ListIndexes.
Inherited Members
Namespace: Oci.NosqlService.Models
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class IndexCollectionProperties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<IndexSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<IndexSummary> | A page of IndexSummary objects. |