weaviate-client
    Preparing search index...

    Type Alias QueryShardingStateOptions

    type QueryShardingStateOptions = {
        shard?: string;
    }
    Index

    Properties

    Properties

    shard?: string

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