GoogleApi.SQLAdmin.V1.Model.ImportContextSqlImportOptions (google_api_sql_admin v0.71.0)

View Source

Optional. Options for importing data from SQL statements.

Attributes

  • parallel (type: boolean(), default: nil) - Optional. Whether or not the import should be parallel.
  • postgresImportOptions (type: GoogleApi.SQLAdmin.V1.Model.ImportContextSqlImportOptionsPostgresImportOptions.t, default: nil) - Optional. Options for importing from a Cloud SQL for PostgreSQL instance.
  • threads (type: integer(), default: nil) - Optional. The number of threads to use for parallel import.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.ImportContextSqlImportOptions{
  parallel: boolean() | nil,
  postgresImportOptions:
    GoogleApi.SQLAdmin.V1.Model.ImportContextSqlImportOptionsPostgresImportOptions.t()
    | nil,
  threads: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.