Class ColumnMetadata
Metadata for a column.
Implements
Inherited Members
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 |