Class WriteObjectProgressArgs
Encapsulates the information needed to provide download progress for the Write Object Event.
public class WriteObjectProgressArgs : TransferProgressArgs
- Inheritance
-
WriteObjectProgressArgs
- Inherited Members
Properties
BucketName
Gets the bucket name for the S3 object being written.
public string BucketName { get; }
Property Value
FilePath
The file for the S3 object being written.
public string FilePath { get; }
Property Value
IsCompleted
True if writing is complete
public bool IsCompleted { get; }
Property Value
Key
Gets the object key for the S3 object being written.
public string Key { get; }
Property Value
VersionId
Gets the version-id of the S3 object.
public string VersionId { get; }