Schema for a shards object that maps the hash value range for each shard to the array of nodes that contain a copy of that shard.

interface ShardsInformation {
    shards: JsonObject;
}

Properties

Properties

shards: JsonObject

Mapping of shard hash value range to a list of nodes.

Generated using TypeDoc