Show / Hide Table of Contents

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 Source

Direction

The direction the index should optimize for sorting.

Declaration
public readonly string Direction
Field Value
Type Description
System.String
View Source

Name

The property name to index.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.