Show / Hide Table of Contents

Class IndexCollection

Results of ListIndexes.

Inheritance
object
IndexCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NosqlService.Models
Assembly: OCI.DotNetSDK.Nosql.dll
Syntax
public class IndexCollection

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<IndexSummary> Items { get; set; }
Property Value
Type Description
List<IndexSummary>

A page of IndexSummary objects.

In this article
Back to top