Class RestoreTableRequest
The request for RestoreTable.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class RestoreTableRequest : IDirectResponseSchema
Properties
Backup
Name of the backup from which to restore. Values are of the form projects//instances//clusters//backups/
.
Declaration
[JsonProperty("backup")]
public virtual string Backup { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TableId
Required. The id of the table to create and restore to. This table must not already exist. The table_id
appended to parent
forms the full table name of the form projects//instances//tables/
.
Declaration
[JsonProperty("tableId")]
public virtual string TableId { get; set; }
Property Value
Type | Description |
---|---|
string |