SchemaField(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a column field within a table schema.
Attributes | |
---|---|
Name | Description |
name |
str
Required. The name of the field. |
description |
str
Optional. User friendly field description. |
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. |