Show / Hide Table of Contents

Class TableSummary

Aggregated summary of results for all tables in a database.

Inheritance
object
TableSummary
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.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class TableSummary : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PartitionDiscoveredCount

Output only. Partition migration summary across all Hive tables in the database.The total number of partitions discovered at the source.

Declaration
[JsonProperty("partitionDiscoveredCount")]
public virtual long? PartitionDiscoveredCount { get; set; }
Property Value
Type Description
long?

PartitionFailedCount

Output only. The total number of partitions that failed to migrate at the target.

Declaration
[JsonProperty("partitionFailedCount")]
public virtual long? PartitionFailedCount { get; set; }
Property Value
Type Description
long?

PartitionSuccessCount

Output only. The total number of partitions successfully migrated at the target.

Declaration
[JsonProperty("partitionSuccessCount")]
public virtual long? PartitionSuccessCount { get; set; }
Property Value
Type Description
long?

PlanCounts

Output only. Number of tables with a specific migration plan action. The key is the action name (e.g. CREATE, UPDATE, SKIP, etc.).

Declaration
[JsonProperty("planCounts")]
public virtual IDictionary<string, long?> PlanCounts { get; set; }
Property Value
Type Description
IDictionary<string, long?>

ResultCounts

Output only. Number of tables with a specific migration result status. The key is the status name (e.g. SUCCEEDED, FAILED, SKIPPED, etc.). This is only set if the migration is not a dry run.

Declaration
[JsonProperty("resultCounts")]
public virtual IDictionary<string, long?> ResultCounts { get; set; }
Property Value
Type Description
IDictionary<string, long?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX