AzureCosmosDBNoSqlDeleteParams: {
    filter?: AzureCosmosDBNoSQLQueryFilter;
    ids?: string | string[];
}

Azure Cosmos DB for NoSQL Delete Parameters.

Type declaration

  • Optional Readonlyfilter?: AzureCosmosDBNoSQLQueryFilter

    SQL query to select the documents to be removed.

  • Optional Readonlyids?: string | string[]

    List of IDs for the documents to be removed.