View Source GoogleApi.Spanner.V1.Model.Delete (google_api_spanner v0.39.0)

Arguments to delete operations.

Attributes

  • keySet (type: GoogleApi.Spanner.V1.Model.KeySet.t, default: nil) - Required. The primary keys of the rows within table to delete. The primary keys must be specified in the order in which they appear in the PRIMARY KEY() clause of the table's equivalent DDL statement (the DDL statement used to create the table). Delete is idempotent. The transaction will succeed even if some or all rows do not exist.
  • table (type: String.t, default: nil) - Required. The table whose rows will be deleted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.Delete{
  keySet: GoogleApi.Spanner.V1.Model.KeySet.t() | nil,
  table: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.