Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created April 17, 2017 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/113ec52fcd6659e8b29fd93e6d09082f to your computer and use it in GitHub Desktop.
Save dcomartin/113ec52fcd6659e8b29fd93e6d09082f to your computer and use it in GitHub Desktop.
var options = new FeedOptions
{
MaxItemCount = 100
};
var query = client.CreateDocumentQuery<Document>(collection, options).AsDocumentQuery();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment