Show / Hide Table of Contents

Class SpannerColumn

Spanner column.

Inheritance
object
SpannerColumn
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX