weaviate-client
    Preparing search index...

    Type Alias QueryReplicationOpsOptions

    type QueryReplicationOpsOptions = {
        collection?: string;
        includeHistory?: boolean;
        shard?: string;
        targetNode?: string;
    }
    Index

    Properties

    collection?: string

    The name of the collection to query.

    includeHistory?: boolean

    Whether to include the status history in the response.

    shard?: string

    The name of the shard to query.

    targetNode?: string

    The target node of the op to query.