次の方法で共有


BlobSetMetadataResponse type

setMetadata 操作の応答データを格納します。

type BlobSetMetadataResponse = WithResponse<
  BlobSetMetadataHeaders,
  BlobSetMetadataHeaders
>