C# 클래스 Amazon.S3.Transfer.TransferUtilityUploadRequest

Contains all the parameters that can be set when making a this request with the TransferUtility method.
상속: Amazon.S3.Transfer.BaseUploadRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IsSetBucketName bool
IsSetCannedACL bool
IsSetContentType bool
IsSetFilePath bool
IsSetInputStream bool
IsSetKey bool
IsSetPartSize bool
IsSetServerSideEncryptionKeyManagementServiceKeyId bool
OnRaiseProgressEvent void

공개 메소드들

메소드 설명
RemoveCannedACL ( ) : void

Removes the cannned access control list (ACL) for the uploaded object.

WithAutoCloseStream ( bool autoCloseStream ) : TransferUtilityUploadRequest

Sets whether or not the stream used with this request is automatically closed when all of the content is read from the stream and returns this object instance, enabling additional method calls to be chained together.

비공개 메소드들

메소드 설명
IsSetBucketName ( ) : bool

Checks if BucketName property is set.

IsSetCannedACL ( ) : bool

Checks if the CannedACL property is set.

IsSetContentType ( ) : bool

Checks if ContentType property is set.

IsSetFilePath ( ) : bool

Checks if FilePath property is set.

IsSetInputStream ( ) : bool
IsSetKey ( ) : bool

Checks if Key property is set.

IsSetPartSize ( ) : bool

Checks if PartSize property is set.

IsSetServerSideEncryptionKeyManagementServiceKeyId ( ) : bool

Checks if ServerSideEncryptionKeyManagementServiceKeyId property is set.

OnRaiseProgressEvent ( UploadProgressArgs progressArgs ) : void

Causes the UploadProgressEvent event to be fired.

메소드 상세

RemoveCannedACL() 공개 메소드

Removes the cannned access control list (ACL) for the uploaded object.
public RemoveCannedACL ( ) : void
리턴 void

WithAutoCloseStream() 공개 메소드

Sets whether or not the stream used with this request is automatically closed when all of the content is read from the stream and returns this object instance, enabling additional method calls to be chained together.
public WithAutoCloseStream ( bool autoCloseStream ) : TransferUtilityUploadRequest
autoCloseStream bool /// A value of true if the if the stream is /// automatically closed when all of the content is read from the stream. /// A value of false if otherwise. ///
리턴 TransferUtilityUploadRequest