Show / Hide Table of Contents

Class CopyBackupMetadata

Metadata type for the google.longrunning.Operation returned by CopyBackup.

Inheritance
object
CopyBackupMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX