Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created August 23, 2017 15:13
Show Gist options
  • Save dontpaniclabsgists/0e8b1900535a389d790827cde62cd845 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/0e8b1900535a389d790827cde62cd845 to your computer and use it in GitHub Desktop.
Cosmos1_5
var query = client.CreateDocumentQuery<Note>(
link,
new FeedOptions()
{
EnableCrossPartitionQuery = true
})
.AsDocumentQuery();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment