Google Bigtable v2 API - Enum ReadChangeStreamResponse.Types.DataChange.Types.Type (3.4.0)

public enum ReadChangeStreamResponse.Types.DataChange.Types.Type

Reference documentation and code samples for the Google Bigtable v2 API enum ReadChangeStreamResponse.Types.DataChange.Types.Type.

The type of mutation.

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigtableV2

Assembly

Google.Cloud.Bigtable.V2.dll

Fields

NameDescription
Continuation

This is a continuation of a multi-message change.

GarbageCollection

A system-initiated mutation as part of garbage collection. https://cloud.google.com/bigtable/docs/garbage-collection

Unspecified

The type is unspecified.

User

A user-initiated mutation.