 Declaration Syntax
 Declaration Syntax| C# | 
namespace Amazon.S3.IO
 Types
 Types| All Types | Classes | Interfaces | Enumerations | 
| Icon | Type | Description | 
|---|---|---|
|  | FileSystemType | 
            Enumeration indicated whether a file system element is a file or directory.
             | 
|  | IS3FileSystemInfo | 
            Common interface for both S3FileInfo and S3DirectoryInfo.
             | 
|  | S3DirectoryInfo | 
            Mimics the System.IO.DirectoryInfo for a virtual directory in S3.  It exposes properties and methods for enumerating directories and files as well as 
            methods manipulate directories.
             | 
|  | S3FileInfo | 
            Mimics the System.IO.FileInfo for a file in S3.  It exposes properties and methods manipulating files in S3.
             |