Common interface for both S3FileInfo and S3DirectoryInfo.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public interface IS3FileSystemInfo
 Members
 Members| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
|  | 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.
             |