Method | Description | |
---|---|---|
AzureSession ( string connectionString, string shareName, string systemDir, int waitForLockMilliseconds = 5000, bool optimisticLocking = true, bool enableCache = true, CacheEnum objectCachingDefaultPolicy = CacheEnum.Yes ) : Microsoft.WindowsAzure.Storage | ||
ContainsDatabase ( DatabaseLocation location, |
||
CreateDirectory ( string path ) : bool | ||
DatabaseStillExist ( Database db ) : bool | ||
DeleteFile ( |
||
FileOpen ( Database db, FileAccess fileAccess, string &errorMessage, FileMode fileMode = FileMode.Open, bool excusiveAccess = false, int waitOverride = -1, bool signalError = true ) : Stream | ||
FileOpen ( |
||
OpenAllDatabases ( bool update = false ) : List |
Method | Description | |
---|---|---|
MoveFile ( Database db, string newPath ) : void | ||
reopenDatabaseForUpdate ( Database dbReadOnly, Schema schema, bool &updated, bool forceReplace = false ) : Database |
public AzureSession ( string connectionString, string shareName, string systemDir, int waitForLockMilliseconds = 5000, bool optimisticLocking = true, bool enableCache = true, CacheEnum objectCachingDefaultPolicy = CacheEnum.Yes ) : Microsoft.WindowsAzure.Storage | ||
connectionString | string | |
shareName | string | |
systemDir | string | |
waitForLockMilliseconds | int | |
optimisticLocking | bool | |
enableCache | bool | |
objectCachingDefaultPolicy | CacheEnum | |
return | Microsoft.WindowsAzure.Storage |
public ContainsDatabase ( DatabaseLocation location, |
||
location | DatabaseLocation | |
dbNum | ||
extension | string | |
return | bool |
public CreateDirectory ( string path ) : bool | ||
path | string | |
return | bool |
public DatabaseStillExist ( Database db ) : bool | ||
db | Database | |
return | bool |
public DeleteFile ( |
||
fileInfo | ||
return | void |
public FileOpen ( Database db, FileAccess fileAccess, string &errorMessage, FileMode fileMode = FileMode.Open, bool excusiveAccess = false, int waitOverride = -1, bool signalError = true ) : Stream | ||
db | Database | |
fileAccess | FileAccess | |
errorMessage | string | |
fileMode | FileMode | |
excusiveAccess | bool | |
waitOverride | int | |
signalError | bool | |
return | Stream |
public FileOpen ( |
||
fileInfo | ||
fileAccess | FileAccess | |
errorMessage | string | |
fileShare | FileShare | |
fileMode | FileMode | |
waitForLockMilliseconds | int | |
useExternalStorage | bool | |
signalError | bool | |
return | Stream |
protected MoveFile ( Database db, string newPath ) : void | ||
db | Database | |
newPath | string | |
return | void |
public OpenAllDatabases ( bool update = false ) : List |
||
update | bool | |
return | List |
protected reopenDatabaseForUpdate ( Database dbReadOnly, Schema schema, bool &updated, bool forceReplace = false ) : Database | ||
dbReadOnly | Database | |
schema | Schema | |
updated | bool | |
forceReplace | bool | |
return | Database |