Click or drag to resize

DeleteObjectsResponse Class

Response to an object batch deletion request
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class DeleteObjectsResponse : ObsWebServiceResponse

The DeleteObjectsResponse type exposes the following members.

Constructors
  NameDescription
Public methodDeleteObjectsResponse
Initializes a new instance of the DeleteObjectsResponse class
Top
Properties
  NameDescription
Public propertyContentLength
Content length of the HTTP response
(Inherited from ObsWebServiceResponse.)
Public propertyDeletedObjects
List of objects that have been deleted successfully
Public propertyDeleteErrors
List of objects failed to be deleted
Public propertyHeaders
Response headers
(Inherited from ObsWebServiceResponse.)
Public propertyRequestId
Request ID returned by the OBS server, which uniquely identities a request
(Inherited from ObsWebServiceResponse.)
Public propertyStatusCode
HTTP status code
(Inherited from ObsWebServiceResponse.)
Top
See Also