C# 클래스 Achilles.Acme.Storage.Azure.AzureExtensions

파일 보기 프로젝트 열기: Achilles-Software/CloudStorageProvider

공개 메소드들

메소드 설명
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[]