Class SpannerTable
Spanner table.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SpannerTable : IDirectResponseSchema
Properties
Columns
Optional. Spanner columns in the table.
Declaration
[JsonProperty("columns")]
public virtual IList<SpannerColumn> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SpannerColumn> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Table
Required. The table name.
Declaration
[JsonProperty("table")]
public virtual string Table { get; set; }
Property Value
| Type | Description |
|---|---|
| string |