Topic 1 Question 202
You are developing a new public-facing application that needs to retrieve specific properties in the metadata of users’ objects in their respective Cloud Storage buckets. Due to privacy and data residency requirements, you must retrieve only the metadata and not the object data. You want to maximize the performance of the retrieval process. How should you retrieve the metadata?
Use the patch method.
Use the compose method.
Use the copy method.
Use the fields request parameter.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: D
D is the answer.
https://cloud.google.com/storage/docs/json_api/v1/objects/get
👍 1zellck2022/12/13 request or get method https://firebase.google.com/docs/storage/web/file-metadata#get_file_metadata
👍 1TNT872022/12/19- 正解だと思う選択肢: D
Answer D
👍 1telp2023/01/11
シャッフルモード