Class TableProgress
Progress info for copying a table's data to the new cluster.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class TableProgress : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EstimatedCopiedBytes
Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.
Declaration
[JsonProperty("estimatedCopiedBytes")]
public virtual long? EstimatedCopiedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
EstimatedSizeBytes
Estimate of the size of the table to be copied.
Declaration
[JsonProperty("estimatedSizeBytes")]
public virtual long? EstimatedSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |