Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created April 17, 2017 17:17
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/ed1372c56ffd86975aa4f621775057d8 to your computer and use it in GitHub Desktop.
Save dcomartin/ed1372c56ffd86975aa4f621775057d8 to your computer and use it in GitHub Desktop.
var options = new FeedOptions
{
MaxItemCount = 100,
RequestContinuation = previousResult.ResponseContinuation
};
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