Bucket Class |
Namespace: Aliyun.OSS
The Bucket type exposes the following members.
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 |
Returns the bucket's serialization information in string.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
CreationDate |
Bucket creation time getter/setter
| |
Location |
Bucket location getter/setter
| |
Name |
Bucket name getter/setter
| |
Owner |
Bucket Owner getter/setter
|
Bucket is globally unique across the whole OSS and is immutable. Every object must be stored at one and only one bucket. An application, such as picture sharing website, could have one or more bucket. And each account could only create up to 10 buckets. But in every bucket, there's no limit in terms of data size and object count.
Bucket naming rules