cf.AttrMetadata
cf.AttrMetadata(self, metadata, attr)
Metadata wrapper for accessing attribute metadata.
This class allows access to the metadata for an attribute stored in the metadata for a TileDB array.
Parameters
Name | Type | Description | Default |
---|---|---|---|
metadata |
tiledb.tiledb.Metadata | TileDB array metadata for the array containing the desired attribute. | required |
attr |
typing.Union[str, int] | Name or index of the arrary attribute being requested. | required |