cf.DimMetadata
cf.DimMetadata(self, metadata, dim)
Metadata wrapper for accessing dimension metadata.
This class allows access to the metadata for a dimension 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 |
dim |
typing.Union[str, int] | Name or index of the arrary attribute being requested. | required |