Click or drag to resize
DeleteObjectsRequest Class
指定完成Delete Multiple Objects的请求参数.
Inheritance Hierarchy
SystemObject
  Aliyun.OpenServices.OpenStorageServiceDeleteObjectsRequest

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5492.31618
Syntax
public class DeleteObjectsRequest

The DeleteObjectsRequest type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBucketName
获取或者设置OssObject所在Bucket的名称。
Public propertyKeys
获取或者设置需要删除的key列表。
Public propertyQuiet
获取或设置请求结果的返回模式(详细模式或静默模式)。
Top
See Also