AWS SDK for .NET Documentation
S3DeleteBucketWithObjectsOptions Class
AmazonAmazon.S3.UtilS3DeleteBucketWithObjectsOptions Did this page help you?   Yes   No    Tell us about it...
Options which control the behaviour of the DeleteS3BucketWithObjects operation.
Declaration Syntax
C#
public class S3DeleteBucketWithObjectsOptions
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
S3DeleteBucketWithObjectsOptions()()()()
Initializes a new instance of the S3DeleteBucketWithObjectsOptions class

ContinueOnError
Gets or sets a value which indicates whether the operation should be aborted if an error is encountered during execution.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
QuietMode
Gets or sets a value which indicated whether verbose results shoule be returned to the Action<(Of <(<'T>)>)> callback. If quiet mode is true the callback will receive only keys where the delete operation encountered an error. If quiet mode is false the callback will receive keys for both successful and unsuccessful delete operations.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
S3DeleteBucketWithObjectsOptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)