Elastic table sample code

The following sample applications on GitHub show how to use code to work with elastic tables. For detailed information about what each sample does and instructions for running it, read the README.md file in the sample.

  • Create elastic tables by using code.
  • Create, retrieve, update, upsert, and delete elastic table records.
  • Use the CreateMultipleRequest class and the UpdateMultipleRequest class to perform bulk operations with elastic table records.
  • Set JavaScript Object Notation (JSON) data for a column.
  • Use the ExecuteCosmosSqlQuery message.
  • Use the DeleteMultiple message with the OrganizationRequest class to delete elastic table records in bulk.

See also

Elastic tables for developers
Create elastic tables using code
Use elastic tables using code
Query JSON columns in elastic tables
Bulk operation messages