DocumentOperations.

GetDocuments(string, string, QuerySpec, Func<JObject, bool>, string, Nullable<int>) Method

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>