C# 클래스 Amazon.S3.Transfer.TransferUtilityUploadDirectoryRequest

Contains all the parameters that can be set when making a this request with the TransferUtility method.
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
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.