weaviate-client
    Preparing search index...

    Type Alias NodesOptions<O>

    type NodesOptions<O extends Output> = {
        collection?: string;
        output: O;
    }

    Type Parameters

    Index

    Properties

    Properties

    collection?: string

    The name of the collection to get the status of.

    output: O

    Set the desired output verbosity level. Can be minimal | verbose | undefined with undefined defaulting to minimal.