weaviate-client
    Preparing search index...

    Type Alias DeleteManyOptions<V>

    The available options to the data.deleteMany method.

    type DeleteManyOptions<V> = {
        dryRun?: boolean;
        verbose?: V;
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

    dryRun?: boolean

    Whether to perform a dry run of the operation

    verbose?: V

    Whether to return verbose information about the operation