Class RestoreTableMetadata
Metadata type for the long-running operation returned by RestoreTable.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class RestoreTableMetadata : IDirectResponseSchema
Properties
BackupInfo
Declaration
[JsonProperty("backupInfo")]
public virtual BackupInfo BackupInfo { get; set; }
Property Value
Type | Description |
---|---|
BackupInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the table being created and restored to.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OptimizeTableOperationName
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is OptimizeRestoreTableMetadata. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful.
Declaration
[JsonProperty("optimizeTableOperationName")]
public virtual string OptimizeTableOperationName { get; set; }
Property Value
Type | Description |
---|---|
string |
Progress
The progress of the RestoreTable operation.
Declaration
[JsonProperty("progress")]
public virtual OperationProgress Progress { get; set; }
Property Value
Type | Description |
---|---|
OperationProgress |
SourceType
The type of the restore source.
Declaration
[JsonProperty("sourceType")]
public virtual string SourceType { get; set; }
Property Value
Type | Description |
---|---|
string |