Function zarrs::storage::store_chunk

source ·
pub fn store_chunk(
    storage: &dyn WritableStorageTraits,
    array_path: &NodePath,
    chunk_grid_indices: &[u64],
    chunk_key_encoding: &ChunkKeyEncoding,
    chunk_serialised: Bytes,
) -> Result<(), StorageError>
Expand description

Store a chunk.

§Errors

Returns a StorageError if there is an underlying error with the store.