HideFileRequest Class

Namespace
Blazer.Unity
Assembly
  • Blazer.Unity

Inheritance Hierarchy

  • Blazer.Unity.BlazerRequest

Constructor

class HideFileRequest

Hides a file so that downloading the file by name will not find the file, but the previous versions of the file are still stored.

HideFileRequest(BlazerClient client, string bucketName, string fileName)
Arguments:
  • client – The configured Blazer client
  • bucketName – The name of the bucket the target file resides
  • fileName – The name of the file to hide