| OssObjectSummary Class |
Namespace: Aliyun.OSS
The OssObjectSummary 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 |
Gets the serialization result in string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| BucketName |
Gets or sets the bucket name
| |
| ETag |
Gets or sets the ETag which is the MD5 summry in hex string of the object.
| |
| Key |
Gets or sets the object key.
| |
| LastModified |
Gets the last modified time.
| |
| Owner |
Get's the object's Owner.
| |
| Size |
Gets or sets the size of the object in bytes.
| |
| StorageClass |
Gets the object's storage class.
|