Show / Hide Table of Contents

Class TableProgress

Progress info for copying a table's data to the new cluster.

Inheritance
object
TableProgress
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX