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

Azure Cosmos DB Delete Parameters.

Type declaration

  • Optional Readonly filter?: Filter<MongoDBDocument>

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

  • Optional Readonly ids?: string | string[]

    List of IDs for the documents to be removed.

Generated using TypeDoc