Class IndexField
Inheritance
System.Object
IndexField
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.Firestore.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IndexField
Fields
View SourceArrayConfig
Indicates that this field supports operations on arrayValues. Only one of order and arrayConfig can
be specified.
Declaration
public readonly string ArrayConfig
Field Value
| Type | Description |
|---|---|
| System.String |
FieldPath
Name of the field.
Declaration
public readonly string FieldPath
Field Value
| Type | Description |
|---|---|
| System.String |
Order
Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=.
Only one of order and arrayConfig can be specified.
Declaration
public readonly string Order
Field Value
| Type | Description |
|---|---|
| System.String |