Show / Hide Table of Contents

Class PartitionReport

Partition migration report for a Hive table.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX