Properties of a DataChange.
Package
@google-cloud/bigtableProperties
chunks
chunks?: (google.bigtable.v2.ReadChangeStreamResponse.IMutationChunk[]|null);
DataChange chunks
commitTimestamp
commitTimestamp?: (google.protobuf.ITimestamp|null);
DataChange commitTimestamp
done
done?: (boolean|null);
DataChange done
estimatedLowWatermark
estimatedLowWatermark?: (google.protobuf.ITimestamp|null);
DataChange estimatedLowWatermark
rowKey
rowKey?: (Uint8Array|string|null);
DataChange rowKey
sourceClusterId
sourceClusterId?: (string|null);
DataChange sourceClusterId
tiebreaker
tiebreaker?: (number|null);
DataChange tiebreaker
token
token?: (string|null);
DataChange token
type
type?: (google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type|keyof typeof google.bigtable.v2.ReadChangeStreamResponse.DataChange.Type|null);
DataChange type