Click or drag to resize

DeleteObjectRequest Class

Parameters in an object 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 DeleteObjectRequest : ObsBucketWebServiceRequest

The DeleteObjectRequest type exposes the following members.

Constructors
  NameDescription
Public methodDeleteObjectRequest
Initializes a new instance of the DeleteObjectRequest class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyObjectKey
Object name
Public propertyVersionId
Version ID of the to-be-deleted object
Top
See Also