C# Class Amazon.S3.Model.InitiateMultipartUploadRequest

Container for the parameters to the InitiateMultipartUpload operation.

Initiates a multipart upload and returns an upload ID.

Inheritance: Amazon.S3.Model.PutWithACLRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Properties

Property Type Description
IsSetBucketName bool
IsSetCannedACL bool
IsSetKey bool
IsSetRequestPayer bool
IsSetServerSideEncryptionCustomerMethod bool
IsSetServerSideEncryptionCustomerProvidedKey bool
IsSetServerSideEncryptionCustomerProvidedKeyMD5 bool
IsSetServerSideEncryptionKeyManagementServiceKeyId bool
IsSetServerSideEncryptionMethod bool
IsSetStorageClass bool
IsSetWebsiteRedirectLocation bool

Private Methods

Method Description
IsSetBucketName ( ) : bool
IsSetCannedACL ( ) : bool
IsSetKey ( ) : bool
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.

IsSetServerSideEncryptionKeyManagementServiceKeyId ( ) : bool

Checks if ServerSideEncryptionKeyManagementServiceKeyId property is set.

IsSetServerSideEncryptionMethod ( ) : bool
IsSetStorageClass ( ) : bool
IsSetWebsiteRedirectLocation ( ) : bool