Class XPSTableSpec
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTableSpec : IDirectResponseSchema
Properties
ColumnSpecs
Mapping from column id to column spec.
Declaration
[JsonProperty("columnSpecs")]
public virtual IDictionary<string, XPSColumnSpec> ColumnSpecs { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, XPSColumnSpec> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImportedDataSizeInBytes
The total size of imported data of the table.
Declaration
[JsonProperty("importedDataSizeInBytes")]
public virtual long? ImportedDataSizeInBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
RowCount
The number of rows in the table.
Declaration
[JsonProperty("rowCount")]
public virtual long? RowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
TimeColumnId
The id of the time column.
Declaration
[JsonProperty("timeColumnId")]
public virtual int? TimeColumnId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ValidRowCount
The number of valid rows.
Declaration
[JsonProperty("validRowCount")]
public virtual long? ValidRowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |