public sealed class CreateClusterMetadata.Types.TableProgress : IMessage<CreateClusterMetadata.Types.TableProgress>, IEquatable<CreateClusterMetadata.Types.TableProgress>, IDeepCloneable<CreateClusterMetadata.Types.TableProgress>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateClusterMetadata.Types.TableProgress.
Progress info for copying a table's data to the new cluster.
Implements
IMessageCreateClusterMetadataTypesTableProgress, IEquatableCreateClusterMetadataTypesTableProgress, IDeepCloneableCreateClusterMetadataTypesTableProgress, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
TableProgress()
public TableProgress()
TableProgress(TableProgress)
public TableProgress(CreateClusterMetadata.Types.TableProgress other)
Parameter | |
---|---|
Name | Description |
other | CreateClusterMetadataTypesTableProgress |
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 | |
---|---|
Type | Description |
long |
EstimatedSizeBytes
public long EstimatedSizeBytes { get; set; }
Estimate of the size of the table to be copied.
Property Value | |
---|---|
Type | Description |
long |
State
public CreateClusterMetadata.Types.TableProgress.Types.State State { get; set; }
Property Value | |
---|---|
Type | Description |
CreateClusterMetadataTypesTableProgressTypesState |