countDocuments | Counts documents in a collection, either all or only those... |
createCollection | Creates a collection. |
createDatabase | Creates a database with the specified database ID. |
deleteCollection | Deletes a collection. |
deleteDatabase | Deletes the specified database. |
deleteDocument | Deletes a single document from a collection. |
deleteDocuments | Deletes documents in a collection, either all or only those... |
existsCollection | Checks whether a collection exists. |
existsDatabase | Checks whether a database exists. |
getDocument | Gets a single document from a collection. |
getDocumentDbConnectionInfo | Returns an object which contains connection information to a... |
selectDocuments | Runs a SELECT query on a collection and returns its result as... |
upsertDocument | Inserts or updates the specified JSON document into a... |
upsertDocuments | Interprets the rows in a specified data.frame as documents... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.