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

The parameters to request upload of a part in a multipart upload operation.

If PartSize is not specified then the rest of the content from the file or stream will be sent to Amazon S3.

You must set either the FilePath or InputStream. If FilePath is set then the FilePosition property must be set.

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IsSetBucketName bool
IsSetFilePath bool
IsSetFilePosition bool
IsSetInputStream bool
IsSetKey bool
IsSetMD5Digest bool
IsSetPartNumber bool
IsSetPartSize bool
IsSetRequestPayer bool
IsSetServerSideEncryptionCustomerMethod bool
IsSetServerSideEncryptionCustomerProvidedKey bool
IsSetServerSideEncryptionCustomerProvidedKeyMD5 bool
IsSetUploadId bool
SetupForFilePath void

비공개 메소드들

메소드 설명
IsSetBucketName ( ) : bool
IsSetFilePath ( ) : bool

Checks if the FilePath property is set.

IsSetFilePosition ( ) : bool

Checks if the FilePosition property is set.

IsSetInputStream ( ) : bool
IsSetKey ( ) : bool
IsSetMD5Digest ( ) : bool

Checks if the MD5Digest property is set.

IsSetPartNumber ( ) : bool
IsSetPartSize ( ) : bool

Checks if PartSize property is set.

IsSetRequestPayer ( ) : bool

Checks to see if RequetsPayer is set.

IsSetServerSideEncryptionCustomerMethod ( ) : bool
IsSetServerSideEncryptionCustomerProvidedKey ( ) : bool

Checks if ServerSideEncryptionCustomerProvidedKey property is set.

IsSetServerSideEncryptionCustomerProvidedKeyMD5 ( ) : bool

Checks if ServerSideEncryptionCustomerProvidedKeyMD5 property is set.

IsSetUploadId ( ) : bool
SetupForFilePath ( ) : void