Method | Description | |
---|---|---|
DeleteBlobExceptWithKeys ( IList |
||
GetBlobForKey ( TDBlobKey key ) : byte[] | ||
GetBlobStreamForKey ( TDBlobKey key ) : Stream | ||
GetBytesFromFile ( |
||
GetKeyForBlob ( byte bytes ) : TDBlobKey | ||
GetKeyForBlobFromFile ( |
||
GetKeyForFileName ( TDBlobKey outKey, string fileName ) : bool | ||
GetPathForKey ( TDBlobKey key ) : string | ||
GetSizeOfBlob ( TDBlobKey key ) : long | ||
StoreBlob ( byte data, TDBlobKey outKey ) : bool | ||
StoreBlobStream ( Stream stream, TDBlobKey outKey ) : bool | ||
TDBlobStore ( string path ) : System |
public DeleteBlobExceptWithKeys ( IList |
||
keysToKeep | IList |
|
return | int |
public GetBlobForKey ( TDBlobKey key ) : byte[] | ||
key | TDBlobKey | |
return | byte[] |
public GetBlobStreamForKey ( TDBlobKey key ) : Stream | ||
key | TDBlobKey | |
return | Stream |
public static GetBytesFromFile ( |
||
file | ||
return | byte[] |
public static GetKeyForBlob ( byte bytes ) : TDBlobKey | ||
bytes | byte | |
return | TDBlobKey |
public static GetKeyForBlobFromFile ( |
||
file | ||
return | TDBlobKey |
public GetKeyForFileName ( TDBlobKey outKey, string fileName ) : bool | ||
outKey | TDBlobKey | |
fileName | string | |
return | bool |
public GetPathForKey ( TDBlobKey key ) : string | ||
key | TDBlobKey | |
return | string |
public GetSizeOfBlob ( TDBlobKey key ) : long | ||
key | TDBlobKey | |
return | long |
public StoreBlob ( byte data, TDBlobKey outKey ) : bool | ||
data | byte | |
outKey | TDBlobKey | |
return | bool |
public StoreBlobStream ( Stream stream, TDBlobKey outKey ) : bool | ||
stream | Stream | |
outKey | TDBlobKey | |
return | bool |