This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.DocumentDb.
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