Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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
ExecuteCosmosSqlQuerymessage. - Use the
DeleteMultiplemessage with the OrganizationRequest class to delete elastic table records in bulk.
Note
The DeleteMultipleRequest Class is now available to use.
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