Click or drag to resize
IS3ObjectInfo Interface
Interface of the S3ObjectInfo object.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public interface IS3ObjectInfo

The IS3ObjectInfo type exposes the following members.

Properties
  NameDescription
Public propertyETag
Gets or sets E-tag from the object.
Public propertyIsDirectory
Gets whether current object is directory.
Public propertyIsLocked
Returns whether current object is locked.
Public propertyKey
Gets or sets object key.
Public propertyLength
Gets or sets content length of the object.
Top
Methods
  NameDescription
Public methodDeleteMetadataFile
Deletes metadata file.
Public methodExists
Returns whether object exists.
Public methodGetMetadata
Returns object meta data.
Public methodLock
Locks current object.
Public methodSetMetadata(String, String)
Sets meta data to object.
Public methodSetMetadata(String, String, Boolean)
Sets meta data to object.
Public methodSetMetadata(String, String, Boolean, Boolean)
Sets meta data to object.
Public methodUnLock
Unlocks current object.
Top
See Also