Metadata type for the long-running operation returned by CALL compact_all()
, which can be executed using ExecuteSql
or sessions.executeStreamingSql
APIs.
| JSON representation |
|---|
{
"database"
:
string
,
"progress"
:
{
object (
|
| Fields | |
|---|---|
database
|
Output only. The database being compacted. |
progress
|
Output only. The progress of the compaction operation. |
cancelTime
|
Output only. The time at which cancellation of this operation was received. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |

