GoogleApi.DataMigration.V1.Model.SqlServerSourceConfig (google_api_data_migration v0.22.0)

View Source

Configuration for SQL Server as a source in a migration.

Attributes

  • cdcStartPosition (type: String.t, default: nil) - Optional. The log sequence number (LSN) to start CDC data migration from.
  • maxConcurrentCdcConnections (type: integer(), default: nil) - Optional. Maximum number of connections Database Migration Service will open to the source for CDC phase.
  • maxConcurrentFullDumpConnections (type: integer(), default: nil) - Optional. Maximum number of connections Database Migration Service will open to the source for full dump phase.
  • skipFullDump (type: boolean(), default: nil) - Optional. Whether to skip full dump or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataMigration.V1.Model.SqlServerSourceConfig{
  cdcStartPosition: String.t() | nil,
  maxConcurrentCdcConnections: integer() | nil,
  maxConcurrentFullDumpConnections: integer() | nil,
  skipFullDump: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.