| DeleteObjectsRequest Class |
Namespace: Aliyun.OSS
The DeleteObjectsRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteObjectsRequest(String, IListString) |
Creates an instance with bucket name and keys. Quiet mode is true by default.
| |
| DeleteObjectsRequest(String, IListString, Boolean) |
Creates an instance with bucket name, keys and quiet flag.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BucketName |
Gets or sets the bucket name
| |
| EncodingType |
Gets or sets encoding-type value. By default it's HttpUtils.UrlEncodingType.
| |
| Keys |
Returns the keys list where the caller could add or remove key
| |
| Quiet |
Gets quiet mode flag. By default it's true;
|