interface SingleShardInfo {
    clusterId: number;
    shard: number;
}

Properties

Properties

clusterId: number
shard: number

Specifying this field indicates to the encoder/decoder that static sharding must be used.

Generated using TypeDoc