C# Class Amazon.S3.Transfer.TransferUtilityDownloadDirectoryRequest

Request object for downloading a directory with the TransferUtility.
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Private Methods

Method Description
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