#include <UploadFileRequest.h>
|
| UploadFileRequest (const Aws::String &fileName, const Aws::String &bucketName, const Aws::String &keyName, const Aws::String &contentType, Aws::Map< Aws::String, Aws::String > &&metadata, const std::shared_ptr< Aws::S3::S3Client > &s3Client, bool createBucket, bool doConsistencyChecks) |
|
| UploadFileRequest (const Aws::String &fileName, const Aws::String &bucketName, const Aws::String &keyName, const Aws::String &contentType, const std::shared_ptr< Aws::S3::S3Client > &s3Client, bool createBucket, bool doConsistencyChecks) |
|
| UploadFileRequest (const Aws::String &fileName, const Aws::String &bucketName, const Aws::String &keyName, const Aws::String &contentType, const Aws::Map< Aws::String, Aws::String > &metadata, const std::shared_ptr< Aws::S3::S3Client > &s3Client, bool createBucket, bool doConsistencyChecks) |
|
virtual | ~UploadFileRequest () |
|
uint32_t | GetPartCount () const |
|
size_t | GetCompletedPartCount () const |
|
uint32_t | GetTotalParts () const |
|
bool | DoneWithRequests () const |
|
bool | IsSinglePartUpload () const |
|
bool | AllPartsReturned () const |
|
uint32_t | GetPartsRemaining () const |
|
size_t | GetPendingParts () const |
|
void | OnDataSent (const Aws::Http::HttpRequest *, long long) |
|
size_t | GetResourcesInUse () const |
|
uint32_t | GetPartsReturned () const |
|
uint32_t | GetTotalPartRetries () const |
|
bool | HasSentConsistencyChecks () const |
|
bool | HasPassedHeadObject () const |
|
bool | HasPassedGetObject () const |
|
bool | HasPassedListObjects () const |
|
| S3FileRequest (const Aws::String &fileName, const Aws::String &bucketName, const Aws::String &keyName, const std::shared_ptr< Aws::S3::S3Client > &s3Client) |
|
virtual | ~S3FileRequest () |
|
virtual float | GetProgress () const |
|
const Aws::String & | GetBucketName () const |
|
const Aws::String & | GetFileName () const |
|
const Aws::String & | GetKeyName () const |
|
bool | IsDone () const |
|
bool | CompletedSuccessfully () const |
|
virtual bool | WaitUntilDone () const |
|
const Aws::String & | GetFailure () const |
|
void | SetLastFailure (const char *failureString) |
|
virtual uint64_t | GetFileSize () const |
|
uint64_t | GetProgressAmount () const |
|
void | AddCompletionCallback (S3FileCompletionCallback addCallback) |
|
Definition at line 76 of file UploadFileRequest.h.
virtual Aws::Transfer::UploadFileRequest::~UploadFileRequest |
( |
| ) |
|
|
virtual |
bool Aws::Transfer::UploadFileRequest::AllPartsReturned |
( |
| ) |
const |
virtual bool Aws::Transfer::UploadFileRequest::DoCancelAction |
( |
| ) |
|
|
overrideprotectedvirtual |
bool Aws::Transfer::UploadFileRequest::DoneWithRequests |
( |
| ) |
const |
size_t Aws::Transfer::UploadFileRequest::GetCompletedPartCount |
( |
| ) |
const |
uint32_t Aws::Transfer::UploadFileRequest::GetPartCount |
( |
| ) |
const |
uint32_t Aws::Transfer::UploadFileRequest::GetPartsRemaining |
( |
| ) |
const |
uint32_t Aws::Transfer::UploadFileRequest::GetPartsReturned |
( |
| ) |
const |
size_t Aws::Transfer::UploadFileRequest::GetPendingParts |
( |
| ) |
const |
size_t Aws::Transfer::UploadFileRequest::GetResourcesInUse |
( |
| ) |
const |
uint32_t Aws::Transfer::UploadFileRequest::GetTotalPartRetries |
( |
| ) |
const |
uint32_t Aws::Transfer::UploadFileRequest::GetTotalParts |
( |
| ) |
const |
|
inline |
bool Aws::Transfer::UploadFileRequest::HasPassedGetObject |
( |
| ) |
const |
|
inline |
bool Aws::Transfer::UploadFileRequest::HasPassedHeadObject |
( |
| ) |
const |
|
inline |
bool Aws::Transfer::UploadFileRequest::HasPassedListObjects |
( |
| ) |
const |
|
inline |
bool Aws::Transfer::UploadFileRequest::HasSentConsistencyChecks |
( |
| ) |
const |
|
inline |
bool Aws::Transfer::UploadFileRequest::IsSinglePartUpload |
( |
| ) |
const |
virtual void Aws::Transfer::UploadFileRequest::SetDone |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: