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

상속: BaseUploadCommand
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
CalculatePartSize ( long fileSize ) : long

Calculates the part size to use when uploading an archive of the specified size using Glacier's multipart upload APIs. Because of the tree hashing algorithm, part sizes must be aligned on 2^n MB boundaries (ex: 1MB, 2MB, 4MB, 8MB, etc). All parts must be the same size, except for the last part.

Execute ( ) : void
ExecuteAsync ( ) : Task
MultipartUploadCommand ( ArchiveTransferManager manager, string vaultName, string archiveDescription, string filePath, UploadOptions options ) : System
ProgressCallback ( object sender, Runtime args ) : void