AWS SDK Version 3 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.

Options which control the behaviour of the DeleteS3BucketWithObjects operation.

Inheritance Hierarchy

System.Object
  Amazon.S3.Util.S3DeleteBucketWithObjectsOptions

Namespace: Amazon.S3.Util
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class S3DeleteBucketWithObjectsOptions

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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