C# Класс Achilles.Acme.Storage.Azure.AzureExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ToAzurePath() публичный статический Метод

Convert a file system path to an azure path.
public static ToAzurePath ( this path ) : string
path this
Результат string

ToFileSystemPath() публичный статический Метод

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
Результат string

ToFileSystemPath() публичный статический Метод

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
Результат string[]