The DeleteObjectsResponse contains a list of successful
and failed deletes, as well as any headers returned by S3.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class GetLifecycleConfigurationResponse : S3Response
Public Class GetLifecycleConfigurationResponse _ Inherits S3Response
public ref class GetLifecycleConfigurationResponse : public S3Response
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetLifecycleConfigurationResponse()()()() | Initializes a new instance of the GetLifecycleConfigurationResponse class | |
| AmazonId2 |
Gets and sets the AmzId2 property.
(Inherited from S3Response.) | |
| Configuration |
Gets and Sets the property that governs whether
the response includes successful deletes as well as errors
following the DeleteObjects call against S3.
By default this property is false and successful deletes
are returned in the response.
| |
| Dispose()()()() |
Disposes of all managed and unmanaged resources.
(Inherited from S3Response.) | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Headers |
Gets and sets the Headers property.
Information like the request-id, the amz-id-2 are
retrieved fro the Headers and presented to the user
via properties of the response object.
(Inherited from S3Response.) | |
| Metadata |
Gets and sets the Metadata property.
(Inherited from S3Response.) | |
| RequestId |
Gets and sets the RequestId property.
(Inherited from S3Response.) | |
| ResponseStream |
Gets and sets the ResponseStream property. This property
only has a valid value for GetObjectResponses. In order to
use this stream without leaking the underlying resource, please
wrap access to the stream within a using block.
(Inherited from S3Response.) | |
| ResponseXml |
Gets and sets the ResponseXml property. This is the
original xml response received from S3
(Inherited from S3Response.) | |
| ToString()()()() |
String Representation of this object. Overrides Object.ToString()
(Inherited from S3Response.) |
Inheritance Hierarchy
System..::..Object
Amazon.S3.Model..::..S3Response
Amazon.S3.Model..::..GetLifecycleConfigurationResponse
Amazon.S3.Model..::..S3Response
Amazon.S3.Model..::..GetLifecycleConfigurationResponse