Created
February 6, 2019 07:44
-
-
Save sajeetharan/d5302257d3b5e54a33e5601b215decf1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| //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