Type alias QueryShardingStateOptions

QueryShardingStateOptions: {
    shard?: string;
}

Type declaration

  • Optional shard?: string

    The name of the shard to query. If not provided, all shards will be queried.