Google Bigtable v2 API - Enum Mutation.Types.TimestampOrigin (3.30.0)

public enum Mutation.Types.TimestampOrigin

Reference documentation and code samples for the Google Bigtable v2 API enum Mutation.Types.TimestampOrigin.

Represents the origin of the timestamp in the mutation.

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Fields

Name Description
ClientAutoGenerated

Indicates that the timestamp was auto-generated by the client library. The server will truncate the timestamp's precision to match the table's granularity. (e.g., zeroing the last 3 digits for a millisecond table).

Unspecified

Default value. Should not be explicitly set.

UserSpecified

Indicates that the timestamp was explicitly provided by the user (either >0 or -1 for server-assigned). The server will reject the mutation if the timestamp's precision does not match the table's granularity. (e.g., a millisecond table only allows timestamps that are multiples of 1000).