Class DataStoreIndexPropertyArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DataStoreIndexPropertyArgs : ResourceArgs
Constructors
View SourceDataStoreIndexPropertyArgs()
Declaration
public DataStoreIndexPropertyArgs()
Properties
View SourceDirection
The direction the index should optimize for sorting.
Declaration
public Input<string> Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The property name to index.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |