C# Класс Amazon.S3.Transfer.TransferUtilityDownloadDirectoryRequest

Request object for downloading a directory with the TransferUtility.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetBucketName ( ) : bool

Gets whether or not the bucket name is set.

IsSetLocalDirectory ( ) : bool

Gets whether or not the LocalDirectory property is set.

IsSetModifiedSinceDate ( ) : bool

Checks if ModifiedSinceDate property is set.

IsSetS3Directory ( ) : bool

Gets whether or not the S3Directory property is set.

IsSetUnmodifiedSinceDate ( ) : bool

Checks if UnmodifiedSinceDate property is set.

OnRaiseProgressEvent ( int numberOfFilesUploaded, int totalNumberOfFiles, string currentFile, long transferredBytesForCurrentFile, long totalNumberOfBytesForCurrentFile ) : void