Show / Hide Table of Contents

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.

Inheritance
object
GoogleFirestoreAdminV1beta2IndexField
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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_values.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX