Property | Type | Description | |
---|---|---|---|
ContainerFactory | CloudBlobContainer>.Func |
Method | Description | |
---|---|---|
AzureBlobStorageProvider ( Microsoft.WindowsAzure.Storage.CloudStorageAccount storageAccount ) : System | ||
Combine ( string path1, string path2 ) : string | ||
CreateFile ( string path ) : IStorageFile | ||
CreateFolder ( string path ) : void | ||
DeleteFile ( string path ) : void | ||
DeleteFolder ( string path ) : void | ||
FileExists ( string path ) : bool | ||
GetFile ( string path ) : IStorageFile | ||
ListFiles ( string path ) : IEnumerable |
||
ListFolders ( string path ) : IEnumerable |
||
RenameFile ( string path, string newPath ) : void | ||
RenameFolder ( string path, string newPath ) : void | ||
SaveStream ( string path, Stream inputStream ) : void | ||
TryCreateFolder ( string path ) : bool | ||
TrySaveStream ( string path, Stream inputStream ) : bool |
Method | Description | |
---|---|---|
CreateContainer ( string name ) : CloudBlobContainer | ||
EnsurePathIsRelativeAndEnsureContainer ( string &path ) : CloudBlobContainer | ||
GetContentType ( string path ) : string |
Returns the mime-type of the specified file path, looking into IIS configuration and the Registry
|
public AzureBlobStorageProvider ( Microsoft.WindowsAzure.Storage.CloudStorageAccount storageAccount ) : System | ||
storageAccount | Microsoft.WindowsAzure.Storage.CloudStorageAccount | |
return | System |
public Combine ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
return | string |
public CreateFile ( string path ) : IStorageFile | ||
path | string | |
return | IStorageFile |
public GetFile ( string path ) : IStorageFile | ||
path | string | |
return | IStorageFile |
public ListFiles ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |
public ListFolders ( string path ) : IEnumerable |
||
path | string | |
return | IEnumerable |
public RenameFile ( string path, string newPath ) : void | ||
path | string | |
newPath | string | |
return | void |
public RenameFolder ( string path, string newPath ) : void | ||
path | string | |
newPath | string | |
return | void |
public SaveStream ( string path, Stream inputStream ) : void | ||
path | string | |
inputStream | Stream | |
return | void |
public TryCreateFolder ( string path ) : bool | ||
path | string | |
return | bool |
public TrySaveStream ( string path, Stream inputStream ) : bool | ||
path | string | |
inputStream | Stream | |
return | bool |