Class SpannerColumn
Spanner column.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SpannerColumn : IDirectResponseSchema
Properties
Column
Required. The column name.
Declaration
[JsonProperty("column")]
public virtual string Column { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataType
Optional. Spanner data type.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsPrimaryKey
Optional. Whether or not the column is a primary key.
Declaration
[JsonProperty("isPrimaryKey")]
public virtual bool? IsPrimaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
OrdinalPosition
Optional. The ordinal position of the column in the table.
Declaration
[JsonProperty("ordinalPosition")]
public virtual long? OrdinalPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |