Class SchemaField (1.1.2)

SchemaField(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a column field within a table schema.

Attributes

NameDescription
name str
Required. The name of the field. Must contain only letters, numbers and underscores, with a maximum length of 767 characters, and must begin with a letter or underscore.
description str
Optional. User friendly field description. Must be less than or equal to 1024 characters.
type_ google.cloud.dataplex_v1.types.Schema.Type
Required. The type of field.
mode google.cloud.dataplex_v1.types.Schema.Mode
Required. Additional field semantics.
fields Sequence[google.cloud.dataplex_v1.types.Schema.SchemaField]
Optional. Any nested field for complex types.

Inheritance

builtins.object > proto.message.Message > SchemaField