C# 클래스 Two10.AzureBlobDrive.Extensions

파일 보기 프로젝트 열기: richorama/AzureBlobDrive

공개 메소드들

메소드 설명
AcquireLease ( this blob ) : string
CachedListBlobs ( this container ) : IListBlobItem[]
InvalidateCache ( this container ) : void
ReleaseLease ( this blob, string leaseId ) : void
SplitFilename ( this filename ) : string[]
SplitIntoPath ( this container ) : string[]
SplitUrl ( this filename ) : string[]
ToBlobFilename ( this uri ) : string
ToBlobName ( this filename ) : string
ToBlobPath ( this uri ) : string
ToBlobPathWithoutFilename ( this uri ) : string
ToContainerName ( this filename, bool includesFilename ) : string
ToWindowsPath ( this uri ) : string

메소드 상세

AcquireLease() 공개 정적인 메소드

public static AcquireLease ( this blob ) : string
blob this
리턴 string

CachedListBlobs() 공개 정적인 메소드

public static CachedListBlobs ( this container ) : IListBlobItem[]
container this
리턴 IListBlobItem[]

InvalidateCache() 공개 정적인 메소드

public static InvalidateCache ( this container ) : void
container this
리턴 void

ReleaseLease() 공개 정적인 메소드

public static ReleaseLease ( this blob, string leaseId ) : void
blob this
leaseId string
리턴 void

SplitFilename() 공개 정적인 메소드

public static SplitFilename ( this filename ) : string[]
filename this
리턴 string[]

SplitIntoPath() 공개 정적인 메소드

public static SplitIntoPath ( this container ) : string[]
container this
리턴 string[]

SplitUrl() 공개 정적인 메소드

public static SplitUrl ( this filename ) : string[]
filename this
리턴 string[]

ToBlobFilename() 공개 정적인 메소드

public static ToBlobFilename ( this uri ) : string
uri this
리턴 string

ToBlobName() 공개 정적인 메소드

public static ToBlobName ( this filename ) : string
filename this
리턴 string

ToBlobPath() 공개 정적인 메소드

public static ToBlobPath ( this uri ) : string
uri this
리턴 string

ToBlobPathWithoutFilename() 공개 정적인 메소드

public static ToBlobPathWithoutFilename ( this uri ) : string
uri this
리턴 string

ToContainerName() 공개 정적인 메소드

public static ToContainerName ( this filename, bool includesFilename ) : string
filename this
includesFilename bool
리턴 string

ToWindowsPath() 공개 정적인 메소드

public static ToWindowsPath ( this uri ) : string
uri this
리턴 string