Enum FieldOperationMetadata.Types.IndexConfigDelta.Types.ChangeType (2.4.0)

public enum 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.