Schema for document shard information.

interface DocumentShardInfo {
    nodes: string[];
    range: string;
}

Properties

Properties

nodes: string[]

List of nodes serving a replica of the shard.

range: string

The shard range in which the document is stored.

Generated using TypeDoc