Class UpdateDatabaseDdlMetadata (2.1.1)

UpdateDatabaseDdlMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata type for the operation returned by UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl].

Attributes

NameDescription
database str
The database being modified.
statements Sequence[str]
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
commit_timestamps Sequence[.timestamp.Timestamp]
Reports the commit timestamps of all statements that have succeeded so far, where commit_timestamps[i] is the commit timestamp for the statement statements[i].