ListFileVersionsRequest Class

Namespace
Blazer.Unity
Assembly
  • Blazer.Unity

Inheritance Hierarchy

  • Blazer.Unity.BlazerRequest

Constructor

class ListFileVersionsRequest

Lists all the versions of all the files contained within a bucket.

ListFileVersionsRequest(BlazerClient client, string bucketName, string startFileName, int maxFileCount)
Arguments:
  • client – The configured Blazer client
  • bucketName – The name of the bucket to list
  • startFileName – The starting file name
  • maxFileCount – The maximum number of files to list