C# Class Amazon.S3.Model.DeleteObjectRequest

The DeleteObjectRequest contains the parameters used for the DeleteObject operation.
Required Parameters: BucketName, Key
The MfaCodes property is required if the bucket containing this object has been configured with the EnableMfaDelete property. For more information, please see: P:Amazon.S3.Model.S3BucketVersioningConfig.EnableMfaDelete.
Inheritance: Amazon.S3.Model.S3Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetBucketName ( ) : bool
IsSetKey ( ) : bool
IsSetMfaCodes ( ) : bool

Checks if the MfaCodes property is set.

IsSetRequestPayer ( ) : bool

Checks to see if RequetsPayer is set.

IsSetVersionId ( ) : bool

Checks if VersionId property is set.