Type Definition hdk::hash_path::shard::ShardWidth[][src]

type ShardWidth = u32;

The width of a shard is how many bytes/characters to use for each path component in sharding. e.g. abcdef with width 1 shards to a.b.c.d.e.f.abcdef and 2 shards to ab.cd.ef.abcdef.