Method | Description | |
---|---|---|
AzureOperations ( string connectionString ) : System | ||
Cleanup ( string filename, |
||
CloseFile ( string filename, |
||
CreateDirectory ( string filename, |
||
CreateFile ( string filename, System access, System share, System mode, System options, |
||
DeleteDirectory ( string filename, |
||
DeleteFile ( string filename, |
||
FindFiles ( string filename, System files, |
||
FlushFileBuffers ( string filename, |
||
GetDiskFreeSpace ( ulong &freeBytesAvailable, ulong &totalBytes, ulong &totalFreeBytes, |
||
GetFileInformation ( string filename, |
||
IsContainerNameValid ( string containerName ) : bool | ||
LockFile ( string filename, long offset, long length, |
||
MoveFile ( string filename, string newname, bool replace, |
||
OpenDirectory ( string filename, |
||
ReadFile ( string filename, byte buffer, uint &readBytes, long offset, |
||
SetAllocationSize ( string filename, long length, |
||
SetEndOfFile ( string filename, long length, |
||
SetFileAttributes ( string filename, System attr, |
||
SetFileTime ( string filename, System.DateTime ctime, System.DateTime atime, System.DateTime mtime, |
||
UnlockFile ( string filename, long offset, long length, |
||
Unmount ( |
||
WriteFile ( string filename, byte buffer, uint &writtenBytes, long offset, |
Method | Description | |
---|---|---|
BlobAtPath ( string file, string folderPrefix, bool exactMatch ) : bool | ||
GetAllContainers ( ) : Microsoft.WindowsAzure.StorageClient.CloudBlobContainer[] | ||
GetBlob ( string filename, bool mustExist ) : |
||
GetBlobDetail ( |
||
GetBlobsStartingWith ( string prefix, |
||
GetContainer ( string containerName ) : |
||
GetFoldersStartingWith ( string prefix, bool matchOnly ) : string[] | ||
GetStream ( string filename ) : |
||
IsSubFolderMatch ( |
public AzureOperations ( string connectionString ) : System | ||
connectionString | string | |
return | System |
public Cleanup ( string filename, |
||
filename | string | |
info | ||
return | int |
public CloseFile ( string filename, |
||
filename | string | |
info | ||
return | int |
public CreateDirectory ( string filename, |
||
filename | string | |
info | ||
return | int |
public CreateFile ( string filename, System access, System share, System mode, System options, |
||
filename | string | |
access | System | |
share | System | |
mode | System | |
options | System | |
info | ||
return | int |
public DeleteDirectory ( string filename, |
||
filename | string | |
info | ||
return | int |
public DeleteFile ( string filename, |
||
filename | string | |
info | ||
return | int |
public FindFiles ( string filename, System files, |
||
filename | string | |
files | System | |
info | ||
return | int |
public FlushFileBuffers ( string filename, |
||
filename | string | |
info | ||
return | int |
public GetDiskFreeSpace ( ulong &freeBytesAvailable, ulong &totalBytes, ulong &totalFreeBytes, |
||
freeBytesAvailable | ulong | |
totalBytes | ulong | |
totalFreeBytes | ulong | |
info | ||
return | int |
public GetFileInformation ( string filename, |
||
filename | string | |
fileinfo | ||
info | ||
return | int |
public static IsContainerNameValid ( string containerName ) : bool | ||
containerName | string | |
return | bool |
public LockFile ( string filename, long offset, long length, |
||
filename | string | |
offset | long | |
length | long | |
info | ||
return | int |
public MoveFile ( string filename, string newname, bool replace, |
||
filename | string | |
newname | string | |
replace | bool | |
info | ||
return | int |
public OpenDirectory ( string filename, |
||
filename | string | |
info | ||
return | int |
public ReadFile ( string filename, byte buffer, uint &readBytes, long offset, |
||
filename | string | |
buffer | byte | |
readBytes | uint | |
offset | long | |
info | ||
return | int |
public SetAllocationSize ( string filename, long length, |
||
filename | string | |
length | long | |
info | ||
return | int |
public SetEndOfFile ( string filename, long length, |
||
filename | string | |
length | long | |
info | ||
return | int |
public SetFileAttributes ( string filename, System attr, |
||
filename | string | |
attr | System | |
info | ||
return | int |
public SetFileTime ( string filename, System.DateTime ctime, System.DateTime atime, System.DateTime mtime, |
||
filename | string | |
ctime | System.DateTime | |
atime | System.DateTime | |
mtime | System.DateTime | |
info | ||
return | int |
public UnlockFile ( string filename, long offset, long length, |
||
filename | string | |
offset | long | |
length | long | |
info | ||
return | int |
public Unmount ( |
||
info | ||
return | int |
public WriteFile ( string filename, byte buffer, uint &writtenBytes, long offset, |
||
filename | string | |
buffer | byte | |
writtenBytes | uint | |
offset | long | |
info | ||
return | int |