IS3ObjectInfo Interface |
Namespace: CMS.AmazonStorage
public interface IS3ObjectInfo
The IS3ObjectInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ETag |
Gets or sets E-tag from the object.
|
![]() | IsDirectory |
Gets whether current object is directory.
|
![]() | IsLocked |
Returns whether current object is locked.
|
![]() | Key |
Gets or sets object key.
|
![]() | Length |
Gets or sets content length of the object.
|
Name | Description | |
---|---|---|
![]() | DeleteMetadataFile |
Deletes metadata file.
|
![]() | Exists |
Returns whether object exists.
|
![]() | GetMetadata |
Returns object meta data.
|
![]() | Lock |
Locks current object.
|
![]() | SetMetadata(String, String) |
Sets meta data to object.
|
![]() | SetMetadata(String, String, Boolean) |
Sets meta data to object.
|
![]() | SetMetadata(String, String, Boolean, Boolean) |
Sets meta data to object.
|
![]() | UnLock |
Unlocks current object.
|
Name | Description | |
---|---|---|
![]() | GetBucketName |
Returns bucket name for current IS3ObjectInfo.
(Defined by IS3ObjectInfoExtensionMethods.) |