Class: Google::Spanner::V1::Mutation::Delete

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb

Overview

Arguments to delete operations.

Instance Attribute Summary collapse

Instance Attribute Details

#key_setGoogle::Spanner::V1::KeySet

Returns 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.

Returns:

  • (Google::Spanner::V1::KeySet)

    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.



91
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 91

class Delete; end

#tableString

Returns Required. The table whose rows will be deleted.

Returns:

  • (String)

    Required. The table whose rows will be deleted.



91
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 91

class Delete; end