Table of Contents

Class DeleteObjectsResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Returns information about the DeleteObjects response and response metadata.

public class DeleteObjectsResponse : AmazonWebServiceResponse
Inheritance
DeleteObjectsResponse

Constructors

DeleteObjectsResponse()

A default constructor for DeleteObjectsResponse

public DeleteObjectsResponse()

Properties

DeleteErrors

Gets and sets the DeleteErrors property. A list of errors encountered while deleting objects.

public List<DeleteError> DeleteErrors { get; set; }

Property Value

List<DeleteError>

DeletedObjects

Gets and sets the DeletedObjects property. A list of successful deletes. Set only when Quiet=false on DeleteObjectsRequest.

public List<DeletedObject> DeletedObjects { get; set; }

Property Value

List<DeletedObject>

RequestCharged

If present, indicates that the requester was successfully charged for the request.

public RequestCharged RequestCharged { get; set; }

Property Value

RequestCharged