Firestore Admin v1 API - Enum FieldOperationMetadata.Types.IndexConfigDelta.Types.ChangeType (3.8.0)

public enum FieldOperationMetadata.Types.IndexConfigDelta.Types.ChangeType

Reference documentation and code samples for the Firestore Admin v1 API enum FieldOperationMetadata.Types.IndexConfigDelta.Types.ChangeType.

Specifies how the index is changing.

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Fields

NameDescription
Add

The single field index is being added.

Remove

The single field index is being removed.

Unspecified

The type of change is not specified or known.