Method | Description | |
---|---|---|
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 |
public static AcquireLease ( this blob ) : string | ||
blob | this | |
return | string |
public static CachedListBlobs ( this container ) : IListBlobItem[] | ||
container | this | |
return | IListBlobItem[] |
public static InvalidateCache ( this container ) : void | ||
container | this | |
return | void |
public static ReleaseLease ( this blob, string leaseId ) : void | ||
blob | this | |
leaseId | string | |
return | void |
public static SplitFilename ( this filename ) : string[] | ||
filename | this | |
return | string[] |
public static SplitIntoPath ( this container ) : string[] | ||
container | this | |
return | string[] |
public static SplitUrl ( this filename ) : string[] | ||
filename | this | |
return | string[] |
public static ToBlobFilename ( this uri ) : string | ||
uri | this | |
return | string |
public static ToBlobName ( this filename ) : string | ||
filename | this | |
return | string |
public static ToBlobPath ( this uri ) : string | ||
uri | this | |
return | string |
public static ToBlobPathWithoutFilename ( this uri ) : string | ||
uri | this | |
return | string |
public static ToContainerName ( this filename, bool includesFilename ) : string | ||
filename | this | |
includesFilename | bool | |
return | string |
public static ToWindowsPath ( this uri ) : string | ||
uri | this | |
return | string |