Class TableDetail
Table details related to hierarchy.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class TableDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PartitionCount
Optional. Total number of partitions being tracked within the table.
Declaration
[JsonProperty("partitionCount")]
public virtual long? PartitionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |