C# Class Amazon.S3.Transfer.TransferUtilityUploadDirectoryRequest

Contains all the parameters that can be set when making a this request with the TransferUtility method.
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetBucketName ( ) : bool

Checks if BucketName property is set.

IsSetCannedACL ( ) : bool

Checks if the CannedACL property is set.

IsSetDirectory ( ) : bool

Checks if Directory property is set.

IsSetKeyPrefix ( ) : bool

Checks if KeyPrefix property is set.

IsSetSearchPattern ( ) : bool

Checks if SearchPattern property is set.

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

Causes the UploadDirectoryProgressEvent event to be fired.