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 IList<JObject> GetDocuments(string database, string collection, QuerySpec querySpec = null, Func<JObject, bool> filter = null, string partitionKeyPath = null, Nullable<int> throughput = null)
Parameters
Name |
Type |
Description |
database |
string |
|
collection |
string |
|
querySpec |
QuerySpec |
|
filter |
Func<JObject, bool> |
|
partitionKeyPath |
string |
|
throughput |
Nullable<int> |
|
Return Value
Type |
Description |
IList<JObject> |
|