Created
April 17, 2017 17:14
-
-
Save dcomartin/113ec52fcd6659e8b29fd93e6d09082f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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