DownloadFileByIdRequest Class

Namespace
Blazer.Unity
Assembly
  • Blazer.Unity

Inheritance Hierarchy

  • Blazer.Unity.BlazerRequest

Constructor

class DownloadFileByIdRequest

A function object which downloads one file from B2.

DownloadFileByIdRequest(BlazerClient client, string fileId, Stream stream)
Arguments:
  • client – The configured Blazer client
  • fileId – The unique identifier of the file version to download
  • stream – The file stream where the download will be written