API 参考
    正在准备搜索索引...

    接口 DeleteManyModel<TSchema>

    interface DeleteManyModel<TSchema extends Document = Document> {
        collation?: CollationOptions;
        filter: Filter<TSchema>;
        hint?: Hint;
    }

    类型参数

    索引

    属性

    collation?: CollationOptions

    Specifies a collation.

    filter: Filter<TSchema>

    The filter to limit the deleted documents.

    hint?: Hint

    The index to use. If specified, then the query system will only consider plans using the hinted index.