Class S3V4FileSystem.S3V4FSH
Inheritance
System.Object
    S3V4FileSystem.S3V4FSH
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.IO.FileSystem.S3.V4
Assembly: NFX.Web.dll
Syntax
public class S3V4FSH : IFileSystemHandle
  Constructors
S3V4FSH(S3V4URI)
Declaration
public S3V4FSH(S3V4URI uri)
  Parameters
| Type | Name | Description | 
|---|---|---|
| S3V4URI | uri | 
S3V4FSH(String)
Declaration
public S3V4FSH(string itemPath)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | itemPath | 
Fields
Name
Declaration
public readonly string Name
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Parent
Declaration
public readonly string Parent
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Path
Declaration
public readonly string Path
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Uri
Declaration
public readonly S3V4URI Uri
  Field Value
| Type | Description | 
|---|---|
| S3V4URI | 
Methods
SeparateLocalPath(String, out String, out String)
Declaration
public static void SeparateLocalPath(string localPath, out string parentPath, out string name)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | localPath | |
| System.String | parentPath | |
| System.String | name |