google_api_spanner v0.0.1 GoogleApi.Spanner.V1.Model.UpdateDatabaseDdlMetadata View Source

Metadata type for the operation returned by UpdateDatabaseDdl.

Attributes

  • commitTimestamps (List[String]): 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]`. Defaults to: null.
  • database (String): The database being modified. Defaults to: null.
  • statements (List[String]): For an update this list contains all the statements. For an individual statement, this list contains only that statement. Defaults to: null.