C# Class Achilles.Acme.Storage.Azure.AzureExtensions

Datei anzeigen Open project: Achilles-Software/CloudStorageProvider

Public Methods

Method Description
ToAzurePath ( this path ) : string

Convert a file system path to an azure path.

ToFileSystemPath ( this uri, string path ) : string

Convert a string instance of a URI to a relative virtual file system path.

ToFileSystemPath ( this uris, string path ) : string[]

Convert an array of string URI paths to a string array of file system paths

Method Details

ToAzurePath() public static method

Convert a file system path to an azure path.
public static ToAzurePath ( this path ) : string
path this
return string

ToFileSystemPath() public static method

Convert a string instance of a URI to a relative virtual file system path.
public static ToFileSystemPath ( this uri, string path ) : string
uri this Azure storage blob URI
path string
return string

ToFileSystemPath() public static method

Convert an array of string URI paths to a string array of file system paths
public static ToFileSystemPath ( this uris, string path ) : string[]
uris this Array of Azure blob URIs
path string path
return string[]