AzureCosmosDBDeleteParams: {
    filter?: Filter<MongoDBDocument>;
    ids?: string | string[];
}

Type declaration

  • Optional Readonlyfilter?: Filter<MongoDBDocument>

    MongoDB filter object or list of IDs for the documents to be removed.

  • Optional Readonlyids?: string | string[]

    List of IDs for the documents to be removed.

Install and import from "@langchain/azure-cosmosdb" instead. Azure Cosmos DB Delete Parameters.