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

Azure Cosmos DB Delete Parameters.

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.