메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 CopyFile ( string sourcePath, string destPath ) : void | ||
sourcePath | string | path to source file |
destPath | string | path to destination file |
리턴 | void |
public DeleteDirectory ( string path, bool recursive ) : void | ||
path | string | |
recursive | bool | |
리턴 | void |
public FileAttributes ( string path ) : |
||
path | string | |
리턴 |
public FileOpenRead ( string path ) : System.IO.Stream | ||
path | string | |
리턴 | System.IO.Stream |
public FileOpenWrite ( string path ) : System.IO.Stream | ||
path | string | |
리턴 | System.IO.Stream |
public FileUploadFromStream ( string path, System fileStream ) : void | ||
path | string | |
fileStream | System | |
리턴 | void |
public GetDirectories ( |
||
dirInfo | ||
리턴 | Achilles.Acme.Storage.IO.DirectoryInfo[] |
public GetDirectories ( string path ) : string[] | ||
path | string | directory path |
리턴 | string[] |
public GetDirectoryFiles ( |
||
dirInfo | ||
리턴 | Achilles.Acme.Storage.IO.FileInfo[] |
public GetDirectoryFiles ( string path ) : string[] | ||
path | string | |
리턴 | string[] |
public Initialize ( string name, |
||
name | string | |
config | ||
리턴 | void |
public MoveDirectory ( string sourcePath, string destPath ) : void | ||
sourcePath | string | |
destPath | string | |
리턴 | void |
public MoveFile ( string sourceFileName, string destFileName ) : void | ||
sourceFileName | string | |
destFileName | string | |
리턴 | void |