SubResourceEnum Enumeration |
Sub-resource type
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic enum SubResourceEnum
Members
| Member name | Value | Description |
---|
| Location | 0 |
Obtain the bucket location information.
|
| StorageInfo | 1 |
Obtain bucket storage information.
|
| Quota | 2 |
Obtain or set a bucket quota.
|
| Acl | 3 |
Obtain or set the ACL of a bucket (object).
|
| Logging | 4 |
Obtain or set the logging configuration of a bucket.
|
| Policy | 5 |
Obtain, set, or delete bucket policies.
|
| Lifecyle | 6 |
Obtain, set, or delete bucket lifecycle rules.
|
| Website | 7 |
Obtain, set, or delete the logging configuration of a bucket.
|
| Versioning | 8 |
Obtain or set the versioning status of a bucket.
|
| StorageClass | 9 |
Obtain or set the storage class of a bucket.
|
| StoragePolicy | 10 | Obsolete.
Obtain or set bucket storage policies.
|
| Append | 11 |
Perform an appendable upload.
|
| Cors | 12 |
Obtain, set, or delete the CORS configuration of a bucket.
|
| Uploads | 13 |
List or initialize multipart uploads.
|
| Versions | 14 |
List versioning objects in a bucket.
|
| Delete | 15 |
Delete objects in a batch.
|
| Restore | 16 |
Restore an Archive object.
|
| Tagging | 17 |
Obtain, set, or delete bucket tags.
|
| Notification | 18 |
Configure bucket notification or obtain bucket notification configuration.
|
| Replication | 19 |
Configure cross-region replication for a bucket, or obtain or delete the cross-region replication configuration of a bucket.
|
See Also