View Source GoogleApi.DataMigration.V1.Model.SequenceEntity (google_api_data_migration v0.13.0)

Sequence's parent is a schema.

Attributes

  • cache (type: String.t, default: nil) - Indicates number of entries to cache / precreate.
  • customFeatures (type: map(), default: nil) - Custom engine specific features.
  • cycle (type: boolean(), default: nil) - Indicates whether the sequence value should cycle through.
  • increment (type: String.t, default: nil) - Increment value for the sequence.
  • maxValue (type: String.t, default: nil) - Maximum number for the sequence represented as bytes to accommodate large. numbers
  • minValue (type: String.t, default: nil) - Minimum number for the sequence represented as bytes to accommodate large. numbers
  • startValue (type: String.t, default: nil) - Start number for the sequence represented as bytes to accommodate large. numbers

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SequenceEntity{
  cache: String.t() | nil,
  customFeatures: map() | nil,
  cycle: boolean() | nil,
  increment: String.t() | nil,
  maxValue: String.t() | nil,
  minValue: String.t() | nil,
  startValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.