Class GoogleFirestoreAdminV1beta2IndexField
A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta2.Data
Assembly: Google.Apis.Firestore.v1beta2.dll
Syntax
public class GoogleFirestoreAdminV1beta2IndexField : IDirectResponseSchema
Properties
ArrayConfig
Indicates that this field supports operations on array_value
s.
Declaration
[JsonProperty("arrayConfig")]
public virtual string ArrayConfig { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldPath
Can be name. For single field indexes, this must match the name of the field or may be omitted.
Declaration
[JsonProperty("fieldPath")]
public virtual string FieldPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Order
Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=.
Declaration
[JsonProperty("order")]
public virtual string Order { get; set; }
Property Value
Type | Description |
---|---|
string |