Class S3V4URI
Inheritance
System.Object
S3V4URI
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()
Assembly: NFX.Web.dll
Syntax
Constructors
S3V4URI(String)
Declaration
public S3V4URI(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Properties
Bucket
Declaration
public string Bucket { get; }
Property Value
Type |
Description |
System.String |
|
LocalName
Declaration
public string LocalName { get; }
Property Value
Type |
Description |
System.String |
|
LocalPath
Declaration
public string LocalPath { get; }
Property Value
Type |
Description |
System.String |
|
ParentPath
Declaration
public string ParentPath { get; }
Property Value
Type |
Description |
System.String |
|
Path
Declaration
public string Path { get; }
Property Value
Type |
Description |
System.String |
|
QueryParams
Declaration
public IDictionary<string, string> QueryParams { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
Region
Declaration
public string Region { get; }
Property Value
Type |
Description |
System.String |
|
Methods
CreateFile(String)
Declaration
public static S3V4URI CreateFile(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
CreateFolder(String)
Declaration
public static S3V4URI CreateFolder(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Extension Methods