S3ObjectInfoProvider MembersKentico 8.0 API Reference
The S3ObjectInfoProvider type exposes the following members.
Methods

  NameDescription
Public methodAppendTextToObject
Appends text to Amazon S3 storage object.
Public methodCopyObjects
Copies object to another.
Public methodCreateEmptyObject
Creates empty object.
Public methodDeleteObject
Deletes object from Amazon S3 storage.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetBucketName
Returns bucket name from account info.
Public methodStatic memberGetDateTimeString
Returns date time as a string type in english culture.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetInfo(String)
Returns new instance of IS3ObjectInfo.
Public methodGetInfo(String, Boolean)
Initializes new instance of S3 object info with specified bucket name.
Public methodGetObjectContent
Returns object content as a CMS.IO.Stream.
Public methodGetObjectsList(String, ObjectTypeEnum)
Returns list with objects from given bucket and under given path.
Public methodGetObjectsList(String, ObjectTypeEnum, Boolean)
Returns list with objects from given bucket and under given path.
Public methodGetObjectsList(String, ObjectTypeEnum, Boolean, Boolean)
Returns list with objects from given bucket and under given path.
Public methodStatic memberGetStringDateTime
Returns date time as a DateTime type converted using english culture.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodObjectExists
Returns whether object exists.
Public methodPutDataFromStreamToObject
Puts data from stream to Amazon S3 storage.
Public methodPutFileToObject
Puts file to Amazon S3 storage.
Public methodPutTextToObject
Puts text to Amazon S3 storage object.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberATTRIBUTES
Attributes field name in storage metadata.
Public fieldStatic memberCREATION_TIME
Creation time field name in storage metadata.
Public fieldStatic memberLAST_WRITE_TIME
Last write time field name in storage metadata.
Public fieldStatic memberLOCK
Property name which returns if file is locked for writing.
Back to Top
Properties

  NameDescription
Public propertyStatic memberCurrent
Returns current instance of S3ObjectInfo provider.
Back to Top
See Also