Click or drag to resize
S3ObjectInfo Class
Represents S3 object.
Inheritance Hierarchy
SystemObject
  CMS.AmazonStorageS3ObjectInfo

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

The S3ObjectInfo type exposes the following members.

Constructors
  NameDescription
Public methodS3ObjectInfo(String)
Initializes new instance of S3 object info with specified bucket name.
Public methodS3ObjectInfo(String, Boolean)
Initializes new instance of S3 object info with specified bucket name.
Top
Fields
  NameDescription
Public fieldStatic memberMETADATA_EXT
Extension for metadata objects.
Public fieldStatic memberMETADATA_FOLDER
Metadata folder.
Public fieldStatic memberSTORAGE_KEY
Storage key for Amazon storage objects.
Top
Properties
  NameDescription
Public propertyETag
Returns 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