Class CreateClusterMetadata.Types.TableProgress (3.1.0)

public sealed class TableProgress : IMessage<CreateClusterMetadata.Types.TableProgress>, IEquatable<CreateClusterMetadata.Types.TableProgress>, IDeepCloneable<CreateClusterMetadata.Types.TableProgress>, IBufferMessage, IMessage

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

Inheritance

Object > CreateClusterMetadata.Types.TableProgress

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

TableProgress()

public TableProgress()

TableProgress(CreateClusterMetadata.Types.TableProgress)

public TableProgress(CreateClusterMetadata.Types.TableProgress other)
Parameter
NameDescription
otherCreateClusterMetadata.Types.TableProgress

Properties

EstimatedCopiedBytes

public long EstimatedCopiedBytes { get; set; }

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.

Property Value
TypeDescription
Int64

EstimatedSizeBytes

public long EstimatedSizeBytes { get; set; }

Estimate of the size of the table to be copied.

Property Value
TypeDescription
Int64

State

public CreateClusterMetadata.Types.TableProgress.Types.State State { get; set; }
Property Value
TypeDescription
CreateClusterMetadata.Types.TableProgress.Types.State