OptimizeRestoredDatabaseMetadata

Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored database. This long-running operation is automatically created by the system after the successful completion of a database restore, and cannot be cancelled.

JSON representation
{
  "name": string,
  "progress": {
    object (OperationProgress)
  }
}
Fields
name

string

Name of the restored database being optimized.

progress

object (OperationProgress)

The progress of the post-restore optimizations.