Show / Hide Table of Contents

Class ColumnMetadata

Metadata for a column.

Inheritance
object
ColumnMetadata
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.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ColumnMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsPrimaryKey

Indicates whether the column is a primary key column.

Declaration
[JsonProperty("isPrimaryKey")]
public virtual bool? IsPrimaryKey { get; set; }
Property Value
Type Description
bool?

Name

Name of the column.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

OrdinalPosition

Ordinal position of the column based on the original table definition in the schema starting with a value of 1.

Declaration
[JsonProperty("ordinalPosition")]
public virtual long? OrdinalPosition { get; set; }
Property Value
Type Description
long?

Type

Type of the column.

Declaration
[JsonProperty("type")]
public virtual Type Type { get; set; }
Property Value
Type Description
Type

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX