Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1SpannerTableSpec

Specification of a Spanner table.

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

Properties

ETag

The ETag of the item.

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

ForeignKeys

Output only. The foreign keys of the table.

Declaration
[JsonProperty("foreignKeys")]
public virtual IList<GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey> ForeignKeys { get; set; }
Property Value
Type Description
IList<GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey>

PrimaryKey

Output only. The primary key of the table.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX