ListFileNamesRequest Class

Namespace
Blazer.Unity
Assembly
  • Blazer.Unity

Inheritance Hierarchy

  • Blazer.Unity.BlazerRequest

Constructor

class ListFileNamesRequest

Lists the names of all files in a bucket, optionally starting at a given name.

This function object returns at most 1000 files name, but it can be used repeatedly to scan through all the file names in a bucket. Each time you call, it returns a “nextFileName” that can be used as a startingi point for the next call.

Files()
Return type:List<File>