Property | Type | Description | |
---|---|---|---|
ByteRangeRemainingForDownload | Amazon.S3.Model.ByteRange | ||
ByteRangeRemainingForDownloadAsync | Task |
||
DownloadCommand | System | ||
HandleException | bool | ||
HandleExceptionForHttpClient | bool | ||
OnWriteObjectProgressEvent | void | ||
ValidateRequest | void | ||
WaitBeforeRetry | void |
Method | Description | |
---|---|---|
ExecuteAsync ( CancellationToken cancellationToken ) : Task |
Method | Description | |
---|---|---|
ByteRangeRemainingForDownload ( string filepath ) : Amazon.S3.Model.ByteRange |
Returns the amount of bytes remaining that need to be pulled down from S3.
|
|
ByteRangeRemainingForDownloadAsync ( string filepath ) : Task |
Returns the amount of bytes remaining that need to be pulled down from S3.
|
|
DownloadCommand ( IAmazonS3 s3Client, TransferUtilityDownloadRequest request ) : System | ||
HandleException ( |
||
HandleExceptionForHttpClient ( |
||
OnWriteObjectProgressEvent ( object sender, |
||
ValidateRequest ( ) : void | ||
WaitBeforeRetry ( int retries ) : void |
public ExecuteAsync ( CancellationToken cancellationToken ) : Task | ||
cancellationToken | CancellationToken | |
return | Task |