Enum FieldOperationMetadata.Types.TtlConfigDelta.Types.ChangeType (3.0.0)

public enum ChangeType

Specifies how the TTL config is changing.

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Fields

NameDescription
Add

The TTL config is being added.

Remove

The TTL config is being removed.

Unspecified

The type of change is not specified or known.