Class GoogleFirestoreAdminV1beta2IndexConfigDelta
Information about an index configuration change.
Implements
Inherited Members
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 |