AWS SDK for .NET Documentation
WithQuiet Method (quiet)
AmazonAmazon.S3.ModelDeleteObjectsRequestWithQuiet(Boolean) Did this page help you?   Yes   No    Tell us about it...
Toggles between Quiet and Verbose mode for the operation. If set to true (Quiet mode), the response includes only those keys for objects on which the delete operation failed.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public DeleteObjectsRequest WithQuiet(
	bool quiet
)
Parameters
quiet (Boolean)
True for Quiet mode, false for Verbose mode
Return Value
This instance
Remarks
By default this property is false and keys for both successful deletes and failures are returned in the response.

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