Partager via


BlobDownloadResponseModel type

Contient des données de réponse pour l’opération de téléchargement.

type BlobDownloadResponseModel = WithResponse<
  BlobDownloadResponseInternal,
  BlobDownloadHeaders
>