AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Options which control the behaviour of the DeleteS3BucketWithObjects operation.

Inheritance Hierarchy

System.Object
  Amazon.S3.Util.S3DeleteBucketWithObjectsOptions

Namespace: Amazon.S3.Util
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class S3DeleteBucketWithObjectsOptions : Object

The S3DeleteBucketWithObjectsOptions type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContinueOnError System.Boolean Gets or sets a value which indicates whether the operation should be aborted if an error is encountered during execution.
Public Property QuietMode System.Boolean Gets or sets a value which indicated whether verbose results shoule be returned to the System.Action`1 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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5