The S3ObjectInfoProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
AppendTextToObject |
Appends text to Amazon S3 storage object.
| |
CopyObjects |
Copies object to another.
| |
CreateEmptyObject |
Creates empty object.
| |
DeleteObject |
Deletes object from Amazon S3 storage.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBucketName |
Returns bucket name from account info.
| |
GetDateTimeString |
Returns date time as a string type in english culture.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInfo(String) |
Returns new instance of IS3ObjectInfo.
| |
GetInfo(String, Boolean) |
Initializes new instance of S3 object info with specified bucket name.
| |
GetObjectContent |
Returns object content as a CMS.IO.Stream.
| |
GetObjectsList(String, ObjectTypeEnum) |
Returns list with objects from given bucket and under given path.
| |
GetObjectsList(String, ObjectTypeEnum, Boolean) |
Returns list with objects from given bucket and under given path.
| |
GetObjectsList(String, ObjectTypeEnum, Boolean, Boolean) |
Returns list with objects from given bucket and under given path.
| |
GetStringDateTime |
Returns date time as a DateTime type converted using english culture.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ObjectExists |
Returns whether object exists.
| |
PutDataFromStreamToObject |
Puts data from stream to Amazon S3 storage.
| |
PutFileToObject |
Puts file to Amazon S3 storage.
| |
PutTextToObject |
Puts text to Amazon S3 storage object.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
ATTRIBUTES |
Attributes field name in storage metadata.
| |
CREATION_TIME |
Creation time field name in storage metadata.
| |
LAST_WRITE_TIME |
Last write time field name in storage metadata.
| |
LOCK |
Property name which returns if file is locked for writing.
|
Properties
Name | Description | |
---|---|---|
Current |
Returns current instance of S3ObjectInfo provider.
|
See Also