azure-cosmos-js/samples/ItemManagement
W. Kevin Hazzard 100eea064d Added missing example 6 demoing upserts (#136)
Added the upsert demo which is described in the header but was missing.
2018-09-24 07:50:59 -07:00
..
README.md Feature/object model refactor (#26) 2018-06-29 16:51:57 -07:00
app.js Added missing example 6 demoing upserts (#136) 2018-09-24 07:50:59 -07:00
package.json Update samples to new OM (#79) 2018-07-30 16:39:34 -07:00

README.md

Samples for performing basic CRUD operations on Azure Cosmos DB documents

  • createDocuments - Insert some documents in to collection
  • listDocuments - Read the document feed for a collection
  • readDocument - Read a single document by its id
  • queryDocuments - Query for documents by some property
  • replaceDocument - Update some properties and replace the document
  • deleteDocument - Given a document id, delete it