Method | Description | |
---|---|---|
AzureCloudStorageProvider ( ) : System | ||
CopyFile ( string sourcePath, string destPath ) : void |
Copy source blob to destination blob.
|
|
CreateDirectory ( string path ) : bool | ||
DeleteDirectory ( string path, bool recursive ) : void | ||
DeleteFile ( string path ) : void | ||
DirectoryExists ( string path ) : bool | ||
FileAttributes ( string path ) : |
||
FileExists ( string path ) : bool | ||
FileOpenRead ( string path ) : System.IO.Stream | ||
FileOpenWrite ( string path ) : System.IO.Stream | ||
FileUploadFromStream ( string path, System fileStream ) : void | ||
GetDirectories ( |
||
GetDirectories ( string path ) : string[] |
Gets a list of directory names within the directory specified by path.
|
|
GetDirectoryFiles ( |
||
GetDirectoryFiles ( string path ) : string[] | ||
Initialize ( string name, |
||
MoveDirectory ( string sourcePath, string destPath ) : void | ||
MoveFile ( string sourceFileName, string destFileName ) : void |
Method | Description | |
---|---|---|
GetAzurePath ( string path ) : string |
Get the full path (as in URI) of a blob folder or file ( container name + path )
|
|
GetCloudBlockBlob ( string path ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob |
public AzureCloudStorageProvider ( ) : System | ||
return | System |
public CopyFile ( string sourcePath, string destPath ) : void | ||
sourcePath | string | path to source file |
destPath | string | path to destination file |
return | void |
public CreateDirectory ( string path ) : bool | ||
path | string | |
return | bool |
public DeleteDirectory ( string path, bool recursive ) : void | ||
path | string | |
recursive | bool | |
return | void |
public DirectoryExists ( string path ) : bool | ||
path | string | |
return | bool |
public FileAttributes ( string path ) : |
||
path | string | |
return |
public FileOpenRead ( string path ) : System.IO.Stream | ||
path | string | |
return | System.IO.Stream |
public FileOpenWrite ( string path ) : System.IO.Stream | ||
path | string | |
return | System.IO.Stream |
public FileUploadFromStream ( string path, System fileStream ) : void | ||
path | string | |
fileStream | System | |
return | void |
public GetDirectories ( |
||
dirInfo | ||
return | Achilles.Acme.Storage.IO.DirectoryInfo[] |
public GetDirectories ( string path ) : string[] | ||
path | string | directory path |
return | string[] |
public GetDirectoryFiles ( |
||
dirInfo | ||
return | Achilles.Acme.Storage.IO.FileInfo[] |
public GetDirectoryFiles ( string path ) : string[] | ||
path | string | |
return | string[] |
public Initialize ( string name, |
||
name | string | |
config | ||
return | void |
public MoveDirectory ( string sourcePath, string destPath ) : void | ||
sourcePath | string | |
destPath | string | |
return | void |
public MoveFile ( string sourceFileName, string destFileName ) : void | ||
sourceFileName | string | |
destFileName | string | |
return | void |