Class PartitionReport
Partition migration report for a Hive table.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class PartitionReport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PartitionFailedCount
The 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
The number of partitions successfully migrated at the target.
Declaration
[JsonProperty("partitionSuccessCount")]
public virtual long? PartitionSuccessCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
State
Output only. The state of the partition migration.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |