Interface protos.google.cloud.dataplex.v1.Schema.ISchemaField (3.5.1)

Properties of a SchemaField.

Package

@google-cloud/dataplex

Properties

description

description?: (string|null);

SchemaField description

fields

fields?: (google.cloud.dataplex.v1.Schema.ISchemaField[]|null);

SchemaField fields

mode

mode?: (google.cloud.dataplex.v1.Schema.Mode|keyof typeof google.cloud.dataplex.v1.Schema.Mode|null);

SchemaField mode

name

name?: (string|null);

SchemaField name

type

type?: (google.cloud.dataplex.v1.Schema.Type|keyof typeof google.cloud.dataplex.v1.Schema.Type|null);

SchemaField type