C# 클래스 Amazon.S3.Transfer.Internal.MultipartUploadCommand

The command to manage an upload using the S3 multipart API.
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void

Runs the multipart upload.

비공개 메소드들

메소드 설명
MultipartUploadCommand ( IAmazonS3 s3Client, TransferUtilityConfig config, TransferUtilityUploadRequest fileTransporterRequest ) : System

Initializes a new instance of the MultipartUploadCommand class.

addResponse ( UploadPartResponse response ) : void
calculatePartSize ( long fileSize ) : long
checkForLastException ( UploadPartInvoker invoker ) : void
determineContentType ( ) : string
shutdown ( string uploadId ) : void
startInvokerPool ( ) : void
uploadPartProgressEventCallback ( object sender, Amazon e ) : void
waitTillAllThreadsComplete ( ) : void

메소드 상세

Execute() 공개 메소드

Runs the multipart upload.
public Execute ( ) : void
리턴 void