View Source GoogleApi.BigQuery.V2.Model.IdentityColumnInfo (google_api_big_query v0.83.0)

Metadata for value generation for an identity column.

Attributes

  • generatedMode (type: String.t, default: nil) - Optional. Dictates when system generated values are used to populate the field.
  • increment (type: String.t, default: nil) - Optional. The minimum difference between two successive generated values. Should be INTEGER compatible. Can be negative or positive but not 0. The default value is 1 if the field is not specified.
  • start (type: String.t, default: nil) - Optional. The first generated value. Should be INTEGER compatible. The default value is 1 if the field is not specified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.IdentityColumnInfo{
  generatedMode: String.t() | nil,
  increment: String.t() | nil,
  start: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.