Class TableEntity (1.9.2)

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

Table's parent is a schema.

Attributes

NameDescription
columns MutableSequence[google.cloud.clouddms_v1.types.ColumnEntity]
Table columns.
constraints MutableSequence[google.cloud.clouddms_v1.types.ConstraintEntity]
Table constraints.
indices MutableSequence[google.cloud.clouddms_v1.types.IndexEntity]
Table indices.
triggers MutableSequence[google.cloud.clouddms_v1.types.TriggerEntity]
Table triggers.
custom_features google.protobuf.struct_pb2.Struct
Custom engine specific features.
comment str
Comment associated with the table.