#include <sharding.hpp>
|
|
std::uint64_t | offset = 0 |
| | Byte offset of the chunk within the shard object.
|
| |
|
std::uint64_t | nbytes = 0 |
| | Encoded byte length of the chunk.
|
| |
|
bool | missing = false |
| | True if the chunk is all-fill (not stored); offset/nbytes are unset.
|
| |
A chunk's byte extent within its shard object, decoded from the index bytes (shard::extent).
The documentation for this struct was generated from the following file: