public sealed class Schema : IMessage<Schema>, IEquatable<Schema>, IDeepCloneable<Schema>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class Schema.
Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
Schema()
public Schema()Schema(Schema)
public Schema(Schema other)| Parameter | |
|---|---|
| Name | Description |
other |
Schema |
Properties
Columns
public RepeatedField<ColumnSchema> Columns { get; }The unified GoogleSQL-like schema of columns.
The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ColumnSchema> |
|