Property | Type | Description | |
---|---|---|---|
ready | bool |
Method | Description | |
---|---|---|
CheckExists ( string checksum, long size ) : string | ||
FDDataStore ( string DataStore, FDLogVerbosity logVerbosity ) : System | ||
GetDirectories ( |
||
GetFileName ( string archiveID ) : string | ||
GetFileParent ( string archiveID ) : System.Int64 | ||
GetFullPath ( System.Int64 directoryID ) : string | ||
GetItems ( |
||
InsertFile ( string path, string checksum, long size, System.DateTime modified, string archiveId ) : int | ||
StoreLogMessage ( FDLogVerbosity importance, string component, string smessage, string lmessage, System.DateTime timestamp ) : int | ||
StoreQueue ( |
Method | Description | |
---|---|---|
CheckTables ( ) : int | ||
_insertDirectory ( string directoryName, System.Int64 parent ) : System.Int64 | ||
insertDirectoryTree ( string directories ) : System.Int64 |
public CheckExists ( string checksum, long size ) : string | ||
checksum | string | |
size | long | |
return | string |
public FDDataStore ( string DataStore, FDLogVerbosity logVerbosity ) : System | ||
DataStore | string | |
logVerbosity | FDLogVerbosity | |
return | System |
public GetDirectories ( |
||
parentDir | ||
return | List |
public GetFileName ( string archiveID ) : string | ||
archiveID | string | |
return | string |
public GetFileParent ( string archiveID ) : System.Int64 | ||
archiveID | string | |
return | System.Int64 |
public GetFullPath ( System.Int64 directoryID ) : string | ||
directoryID | System.Int64 | |
return | string |
public GetItems ( |
||
parentDir | ||
return | List |
public InsertFile ( string path, string checksum, long size, System.DateTime modified, string archiveId ) : int | ||
path | string | |
checksum | string | |
size | long | |
modified | System.DateTime | |
archiveId | string | |
return | int |
public StoreLogMessage ( FDLogVerbosity importance, string component, string smessage, string lmessage, System.DateTime timestamp ) : int | ||
importance | FDLogVerbosity | |
component | string | |
smessage | string | |
lmessage | string | |
timestamp | System.DateTime | |
return | int |