public sealed class Schema : IMessage<Schema>, IEquatable<Schema>, IDeepCloneable<Schema>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Schema.
Schema information describing the structure and layout of the data.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Schema()
public Schema()Schema(Schema)
public Schema(Schema other)| Parameter | |
|---|---|
| Name | Description |
other |
Schema |
Properties
Fields
public RepeatedField<Schema.Types.SchemaField> Fields { get; }Optional. The sequence of fields describing data in table entities. Note: BigQuery SchemaFields are immutable.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSchemaTypesSchemaField |
|
PartitionFields
public RepeatedField<Schema.Types.PartitionField> PartitionFields { get; }Optional. The sequence of fields describing the partition structure in entities. If this field is empty, there are no partitions within the data.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSchemaTypesPartitionField |
|
PartitionStyle
public Schema.Types.PartitionStyle PartitionStyle { get; set; }Optional. The structure of paths containing partition data within the entity.
| Property Value | |
|---|---|
| Type | Description |
SchemaTypesPartitionStyle |
|
UserManaged
public bool UserManaged { get; set; }Required. Set to true if user-managed or false if managed by Dataplex
Universal Catalog. The default is false (managed by Dataplex Universal
Catalog).
Set to
falseto enable Dataplex Universal Catalog discovery to update the schema. including new data discovery, schema inference, and schema evolution. Users retain the ability to input and edit the schema. Dataplex Universal Catalog treats schema input by the user as though produced by a previous Dataplex Universal Catalog discovery operation, and it will evolve the schema and take action based on that treatment.Set to
trueto fully manage the entity schema. This setting guarantees that Dataplex Universal Catalog will not change schema fields.
| Property Value | |
|---|---|
| Type | Description |
bool |
|