Type Definition hdk::hash_path::shard::ShardDepth

source · []
pub type ShardDepth = u32;
Expand description

The depth of a shard is the number of path components to stretch out for shards. e.g. abcdef with a depth of 1 and width 1 shards to a.abcdef and depth 2 shards to a.b.abcdef.