#include <TransferHandle.h>
PartState (int partId, uint64_t bestProgressInBytes, uint64_t sizeInBytes, bool lastPart=false)
Definition at line 47 of file TransferHandle.h.
◆ PartState() [1/2]
Aws::Transfer::PartState::PartState
(
)
◆ PartState() [2/2]
Aws::Transfer::PartState::PartState
(
int
partId,
uint64_t
bestProgressInBytes,
uint64_t
sizeInBytes,
bool
lastPart = false
)
◆ GetBestProgressInBytes()
uint64_t Aws::Transfer::PartState::GetBestProgressInBytes
(
)
const
inline
◆ GetChecksum()
Aws::String Aws::Transfer::PartState::GetChecksum
(
)
const
inline
◆ GetDownloadBuffer()
unsigned char * Aws::Transfer::PartState::GetDownloadBuffer
(
)
const
inline
◆ GetDownloadPartStream()
Aws::IOStream * Aws::Transfer::PartState::GetDownloadPartStream
(
)
const
inline
◆ GetETag()
const Aws::String & Aws::Transfer::PartState::GetETag
(
)
const
inline
◆ GetPartId()
int Aws::Transfer::PartState::GetPartId
(
)
const
inline
◆ GetRangeBegin()
uint64_t Aws::Transfer::PartState::GetRangeBegin
(
)
const
inline
◆ GetSizeInBytes()
uint64_t Aws::Transfer::PartState::GetSizeInBytes
(
)
const
inline
◆ IsLastPart()
bool Aws::Transfer::PartState::IsLastPart
(
)
inline
◆ OnDataTransferred()
void Aws::Transfer::PartState::OnDataTransferred
(
uint64_t
amount,
)
◆ Reset()
void Aws::Transfer::PartState::Reset
(
)
◆ SetBestProgressInBytes()
void Aws::Transfer::PartState::SetBestProgressInBytes
(
uint64_t
progressInBytes)
inline
◆ SetChecksum()
void Aws::Transfer::PartState::SetChecksum
(
const Aws::String &
checksum)
inline
◆ SetDownloadBuffer()
void Aws::Transfer::PartState::SetDownloadBuffer
(
unsigned char *
downloadBuffer)
inline
◆ SetDownloadPartStream()
void Aws::Transfer::PartState::SetDownloadPartStream
(
Aws::IOStream *
downloadPartStream)
inline
◆ SetETag()
void Aws::Transfer::PartState::SetETag
(
const Aws::String &
eTag)
inline
◆ SetLastPart()
void Aws::Transfer::PartState::SetLastPart
(
)
inline
◆ SetRangeBegin()
void Aws::Transfer::PartState::SetRangeBegin
(
uint64_t
rangeBegin)
inline
◆ SetSizeInBytes()
void Aws::Transfer::PartState::SetSizeInBytes
(
uint64_t
sizeInBytes)
inline
The documentation for this class was generated from the following file: