class S3File

This class represents a file uploaded in AWS S3 storage.


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

S3File ()


Properties

String BucketName { get; set; }

The name of the bucket where the file is stored.


String ETag { get; set; }

The ETag of a file in S3 are tags applied to a file.


String FileName { get; set; }

The name of the file.


DateTime LastModified { get; set; }

The last modified date of the file.


String OwnerId { get; set; }

The id of the owner of the file.


String OwnerName { get; set; }

The name of the owner fo the file.


Int64 Size { get; set; }

The size of the file.


EStorageClass StorageClass { get; set; }

The storage class of the file. See the enumeration for more details.