# Functions
NewReader returns new Azure blob directory/file reader.
No description provided by the author
WithDir adds directory to reading/writing files from/to.
WithDirList adds a directory list to read files from.
WithFile adds a file path to reading/writing from/to.
WithFileList adds a file list to read from.
WithNestedDir adds withNestedDir = true parameter.
WithRemoveFiles adds remove files flag, so all files will be removed from backup folder before backup.
WithSkipDirCheck adds skip dir check flags.
WithStartAfter adds start after parameter to list request.
WithUploadConcurrency define max number of concurrent uploads to be performed to upload the file.
WithValidator adds validator to Reader, so files will be validated before reading.
# Type aliases
No description provided by the author