Click or drag to resize

SubResourceEnum Enumeration

Sub-resource type

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public enum SubResourceEnum
Members
  Member nameValueDescription
Location0 Obtain the bucket location information.
StorageInfo1 Obtain bucket storage information.
Quota2 Obtain or set a bucket quota.
Acl3 Obtain or set the ACL of a bucket (object).
Logging4 Obtain or set the logging configuration of a bucket.
Policy5 Obtain, set, or delete bucket policies.
Lifecyle6 Obtain, set, or delete bucket lifecycle rules.
Website7 Obtain, set, or delete the logging configuration of a bucket.
Versioning8 Obtain or set the versioning status of a bucket.
StorageClass9 Obtain or set the storage class of a bucket.
StoragePolicy10 Obsolete. Obtain or set bucket storage policies.
Append11 Perform an appendable upload.
Cors12 Obtain, set, or delete the CORS configuration of a bucket.
Uploads13 List or initialize multipart uploads.
Versions14 List versioning objects in a bucket.
Delete15 Delete objects in a batch.
Restore16 Restore an Archive object.
Tagging17 Obtain, set, or delete bucket tags.
Notification18 Configure bucket notification or obtain bucket notification configuration.
Replication19 Configure cross-region replication for a bucket, or obtain or delete the cross-region replication configuration of a bucket.
See Also