DocumentOperations.

DeleteDocuments(string, string, Func<dynamic, bool>, string, Func<dynamic, object>, Nullable<int>) Method

Syntax

public void DeleteDocuments(string database, string collection, Func<dynamic, bool> filter, string partitionKeyPath = null, Func<dynamic, object> partitionKeyAccessor = null, Nullable<int> throughput = null)

Parameters

Name Type Description
database string
collection string
filter Func<dynamic, bool>
partitionKeyPath string
partitionKeyAccessor Func<dynamic, object>
throughput Nullable<int>

Return Value

Type Description
void