AWS SDK for .NET Documentation
IS3FileSystemInfo Interface
AmazonAmazon.S3.IOIS3FileSystemInfo Did this page help you?   Yes   No    Tell us about it...
Common interface for both S3FileInfo and S3DirectoryInfo.
Declaration Syntax
C#
public interface IS3FileSystemInfo
Members
All MembersMethodsProperties



IconMemberDescription
Delete()()()()
Deletes this item from S3.

Exists
Return ture if the item exists in S3.

Extension
Returns the extension of the item.

FullName
Returns the fully qualified path to the item.

LastWriteTime
Returns the last modified time for this item from S3 in local timezone.

LastWriteTimeUtc
Returns the last modified time for this item from S3 in UTC timezone.

Name
Returns the name of the item without parent information.

Type
Indicated what time of item this object represents.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)