AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.S3.IO
Assembly: AWSSDK.dll
Version: (assembly version)
public interface IS3FileSystemInfo
The IS3FileSystemInfo type exposes the following members
| Name | Type | Description | |
|---|---|---|---|
|
Exists | System.Boolean | Returns true if the item exists in S3. |
|
Extension | System.String | Returns the extension of the item. |
|
FullName | System.String | Returns the fully qualified path to the item. |
|
LastWriteTime | System.DateTime | Returns the last modified time for this item from S3 in local timezone. |
|
LastWriteTimeUtc | System.DateTime | Returns the last modified time for this item from S3 in UTC timezone. |
|
Name | System.String | Returns the name of the item without parent information. |
|
Type | Amazon.S3.IO.FileSystemType | Indicates what type of item this object represents. |
| Name | Description | |
|---|---|---|
|
Delete() | Deletes this item from S3. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5