CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 28: AZ-203: Developing Solutions for Microsoft Azure

HOTSPOT -You are developing a data storage solution for a social networking app. The solution requires a mobile app that stores user information using Azure Table Storage. You need to develop code that can insert multiple sets of user information. How should you complete the code? To answer, select the appropriate opt…

Nội dung câu hỏi

HOTSPOT -You are developing a data storage solution for a social networking app. The solution requires a mobile app that stores user information using Azure Table Storage. You need to develop code that can insert multiple sets of user information. How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point. Hot Area:

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Explanation Box 1, Box 2: TableBatchOperationCreate the batch operation.TableBatchOperation op = new TableBatchOperation(); Box 3: ExecuteBatch -/ Execute the batch operation.table.ExecuteBatch(op);Note: You can insert a batch of entities into a table in one write operation. Some other notes on batch operations:You can perform updates, deletes, and inserts in the same single batch operation. A single batch operation can include up to 100 entities.All entities in a single batch operation must have the same partition key.While it is possible to perform a query as a batch operation, it must be the only operation in the batch. References:https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-how-to-use-dotnet — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề