C# 클래스 Amazon.S3.Model.WriteObjectProgressArgs

Encapsulates the information needed to provide download progress for the Write Object Event.
상속: Amazon.S3.Model.TransferProgressArgs
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
WriteObjectProgressArgs ( string bucketName, string key, string versionId, long incrementTransferred, long transferred, long total ) : System

The constructor takes the number of currently transferred bytes and the total number of bytes to be transferred

WriteObjectProgressArgs ( string bucketName, string key, string filePath, string versionId, long incrementTransferred, long transferred, long total ) : System

The constructor takes the number of currently transferred bytes and the total number of bytes to be transferred