Skip to content

Instantly share code, notes, and snippets.

@sajeetharan
Created February 6, 2019 07:44
Show Gist options
  • Select an option

  • Save sajeetharan/d5302257d3b5e54a33e5601b215decf1 to your computer and use it in GitHub Desktop.

Select an option

Save sajeetharan/d5302257d3b5e54a33e5601b215decf1 to your computer and use it in GitHub Desktop.
//selectAll
client.queryDocuments(documentsLink, spec,{ enableCrossPartitionQuery: true }).toArray((err, results) =>
//deletDocument
var options = {
partitionKey:'SyncId'
};
client.deleteDocument(message._self,options, err => {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment