Class CopyBackupMetadata
Metadata type for the google.longrunning.Operation returned by CopyBackup.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class CopyBackupMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the backup being created through the copy operation. Values are of the form
projects//instances//clusters//backups/
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Progress
The progress of the CopyBackup operation.
Declaration
[JsonProperty("progress")]
public virtual OperationProgress Progress { get; set; }
Property Value
Type | Description |
---|---|
OperationProgress |
SourceBackupInfo
Information about the source backup that is being copied from.
Declaration
[JsonProperty("sourceBackupInfo")]
public virtual BackupInfo SourceBackupInfo { get; set; }
Property Value
Type | Description |
---|---|
BackupInfo |