class pixeltable.TableMetadata
Metadata for a Pixeltable table.attr base
None.
attr columns
attr comment
attr custom_metadata
attr id
attr indices
attr is_replica
True if this table is a replica of another (shared) table.
attr is_snapshot
True if this table is a snapshot.
attr is_view
True if this table is a view.
attr iterator_call
None.
attr kind
'table', 'view', 'snapshot', or 'replica'.
attr media_validation
attr name
'my_table').
attr path
'my_dir.my_subdir.my_table').
attr primary_key
None if this table has no primary key.