CosmosDbPartitionedStorage.DeleteAsync(String[], CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes one or more items from the Cosmos DB container.
public System.Threading.Tasks.Task DeleteAsync (string[] keys, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAsync : string[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteAsync : string[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteAsync (keys As String(), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- keys
- String[]
An array of Ids for the items to be deleted.
- cancellationToken
- CancellationToken
Returns
A Task representing the work to be executed.
Implements
Exceptions
Thrown if the array of Ids to be deleted is null.