DownloadFileByNameRequest Class

Namespace
Blazer.Unity
Assembly
  • Blazer.Unity

Inheritance Hierarchy

  • Blazer.Unity.BlazerRequest

Constructor

class DownloadFileByNameRequest

Downloads one file when provided with a bucket name and a filename.

DownloadFileByNameRequest(BlazerClient client, string bucketName, string remoteFileName, Stream fs)
Arguments:
  • client – The configured Blazer client
  • bucketName – The name of the B2 bucket to download file from
  • remoteFileName – The name of the file to download
  • fs – The filestream to where downloaded file is written