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
 Declaration Syntax| C# | 
public bool Quiet { get; set; }
 Remarks
 Remarks
            By default this property is false and keys for both successful deletes
            and failures are returned in the response.