1 VinOfflineBlockDiagnostic

data_handling.VinOfflineBlockDiagnostic(
    shard_id,
    name,
    kind,
    dtype,
    shape,
    optional,
    estimated_bytes,
)

Render-ready manifest summary for one stored offline block.

1.1 Attributes

Name Description
shard_id Shard that declares the block.
name Logical block name.
kind Storage kind such as zarr_array or msgpack_indexed_records.
dtype Stored NumPy dtype for numeric blocks.
shape Stored array shape or record count.
optional Whether the block is optional.
estimated_bytes Estimated numeric bytes, or None for non-numeric blocks.