ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 84 - AZ-204 discussion

Report
Export

DRAG DROP

You have an application that uses Azure Blob storage.

You need to update the metadata of the blobs.

Which three methods should you use to develop the solution? To answer, move the appropriate methods from the list of methods to the answer area and arrange them in the correct order.


Question 84
Correct answer: Question 84

Explanation:

Metadata.Add example:

// Add metadata to the dictionary by calling the Add method

metadata.Add("docType", "textDocuments");

SetMetadataAsync example:

// Set the blob's metadata.

await blob.SetMetadataAsync(metadata);

// Set the blob's properties.

await blob.SetPropertiesAsync();

Reference:

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-properties-metadata

asked 02/10/2024
Aaaa ddsdss
22 questions
User
0 comments
Sorted by

Leave a comment first