Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created April 17, 2017 17:14
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