Class GoogleFirestoreAdminV1IndexConfigDelta
Information about an index configuration change.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1IndexConfigDelta : 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 GoogleFirestoreAdminV1Index Index { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirestoreAdminV1Index |