C# Класс Amazon.Glacier.Transfer.Internal.MultipartUploadCommand

Наследование: BaseUploadCommand
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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