Show / Hide Table of Contents

Class GoogleFirestoreAdminV1beta2IndexConfigDelta

Information about an index configuration change.

Inheritance
object
GoogleFirestoreAdminV1beta2IndexConfigDelta
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 GoogleFirestoreAdminV1beta2IndexConfigDelta : IDirectResponseSchema

Properties

ChangeType

Specifies how the index is changing.

Declaration
[JsonProperty("changeType")]
public virtual string ChangeType { 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

Index

The index being changed.

Declaration
[JsonProperty("index")]
public virtual GoogleFirestoreAdminV1beta2Index Index { get; set; }
Property Value
Type Description
GoogleFirestoreAdminV1beta2Index

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX