Class DataStoreIndexProperty
Inheritance
System.Object
DataStoreIndexProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Datastore.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DataStoreIndexProperty
Fields
View SourceDirection
The direction the index should optimize for sorting.
Declaration
public readonly string Direction
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The property name to index.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |