Class GoogleCloudDataplexV1Schema
Schema information describing the structure and layout of the data.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1Schema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
Optional. The sequence of fields describing data in table entities. Note: BigQuery SchemaFields are immutable.
Declaration
[JsonProperty("fields")]
public virtual IList<GoogleCloudDataplexV1SchemaSchemaField> Fields { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDataplexV1SchemaSchemaField> |
PartitionFields
Optional. The sequence of fields describing the partition structure in entities. If this field is empty, there are no partitions within the data.
Declaration
[JsonProperty("partitionFields")]
public virtual IList<GoogleCloudDataplexV1SchemaPartitionField> PartitionFields { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDataplexV1SchemaPartitionField> |
PartitionStyle
Optional. The structure of paths containing partition data within the entity.
Declaration
[JsonProperty("partitionStyle")]
public virtual string PartitionStyle { get; set; }
Property Value
Type | Description |
---|---|
string |
UserManaged
Required. Set to true if user-managed or false if managed by Dataplex. The default is false (managed by Dataplex). Set to falseto enable Dataplex 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 treats schema input by the user as though produced by a previous Dataplex discovery operation, and it will evolve the schema and take action based on that treatment. Set to true to fully manage the entity schema. This setting guarantees that Dataplex will not change schema fields.
Declaration
[JsonProperty("userManaged")]
public virtual bool? UserManaged { get; set; }
Property Value
Type | Description |
---|---|
bool? |