Class TableReport
Aggregated report at the table level.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class TableReport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExecutionPlan
The discovered intent for the table (what we found and what we planned).
Declaration
[JsonProperty("executionPlan")]
public virtual ExecutionPlan ExecutionPlan { get; set; }
Property Value
| Type | Description |
|---|---|
| ExecutionPlan |
ExecutionResult
The actual outcome of the table migration.
Declaration
[JsonProperty("executionResult")]
public virtual ExecutionResult ExecutionResult { get; set; }
Property Value
| Type | Description |
|---|---|
| ExecutionResult |
PartitionDiscoveredCount
The total number of partitions identified at the source during discovery. This is only relevant for Hive Partitioned tables.
Declaration
[JsonProperty("partitionDiscoveredCount")]
public virtual long? PartitionDiscoveredCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PartitionReport
Report containing the results of partition migration for this table. This is only relevant for Hive Partitioned tables.
Declaration
[JsonProperty("partitionReport")]
public virtual PartitionReport PartitionReport { get; set; }
Property Value
| Type | Description |
|---|---|
| PartitionReport |
Table
The name of the table.
Declaration
[JsonProperty("table")]
public virtual string Table { get; set; }
Property Value
| Type | Description |
|---|---|
| string |