View Source GoogleApi.AlloyDB.V1.Model.ExportClusterRequest (google_api_alloy_db v0.14.0)

Export cluster request.

Attributes

  • csvExportOptions (type: GoogleApi.AlloyDB.V1.Model.CsvExportOptions.t, default: nil) - Options for exporting data in CSV format. Required field to be set for CSV file type.
  • database (type: String.t, default: nil) - Required. Name of the database where the query will be executed. Note - Value provided should be the same as expected from SELECT current_database(); and NOT as a resource reference.
  • gcsDestination (type: GoogleApi.AlloyDB.V1.Model.GcsDestination.t, default: nil) - Required. Option to export data to cloud storage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.ExportClusterRequest{
  csvExportOptions: GoogleApi.AlloyDB.V1.Model.CsvExportOptions.t() | nil,
  database: String.t() | nil,
  gcsDestination: GoogleApi.AlloyDB.V1.Model.GcsDestination.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.