프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ) : |
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 ( |
Causes the UploadProgressEvent event to be fired.
|
public WithAutoCloseStream ( bool autoCloseStream ) : |
||
autoCloseStream | bool |
/// A value of |
리턴 |