Share via


CosmosDbPartitionedStorage.DeleteAsync(String[], CancellationToken) Method

Definition

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

A CancellationToken.

Returns

A Task representing the work to be executed.

Implements

Exceptions

Thrown if the array of Ids to be deleted is null.

Applies to