Property | Type | Description | |
---|---|---|---|
Commit | void | ||
ConfigExists | bool | ||
Dispose | void | ||
GetTotalSize | long? | ||
RetrieveMetadata | |||
ToQueryString | string |
Method | Description | |
---|---|---|
AddSignature ( string name, int level, Action |
||
AssociatePage ( string filename, int pageId, int pagePositionInFile, int pageSize ) : void | ||
ClearSignatures ( string name ) : void | ||
CompleteFileUpload ( string filename ) : void | ||
DecrementFileCount ( ) : void | ||
Delete ( string filename ) : void | ||
DeleteConfig ( string name ) : void | ||
GetConfig ( string name ) : |
||
GetConfigNames ( int start, int pageSize ) : IEnumerable |
||
GetConfigNamesStartingWithPrefix ( string prefix, int start, int take, int &total ) : IList |
||
GetConfigsStartWithPrefix ( string prefix, int start, int take ) : IList |
||
GetFile ( string filename, int start, int pagesToLoad ) : |
||
GetFileCount ( ) : int | ||
GetFilesAfter ( System.Guid etag, int take ) : IEnumerable |
||
GetSignatureSize ( int id, int level ) : long | ||
GetSignatureStream ( int id, int level, Action |
||
GetSignatures ( string name ) : IEnumerable |
||
InsertPage ( byte buffer, int size ) : int | ||
PulseTransaction ( ) : void | ||
PutFile ( string filename, long totalSize, |
||
ReadFile ( string filename ) : FileHeader | ||
ReadFiles ( int start, int size ) : IEnumerable |
||
ReadPage ( int pageId, byte buffer ) : int | ||
RenameFile ( string filename, string rename, bool commitPeriodically = false ) : void | ||
SetConfig ( string name, |
||
StorageActionsAccessor ( |
||
UpdateFileMetadata ( string filename, |
Method | Description | |
---|---|---|
Commit ( ) : void | ||
ConfigExists ( string name ) : bool | ||
Dispose ( ) : void | ||
GetTotalSize ( ) : long? | ||
RetrieveMetadata ( ) : |
||
ToQueryString ( |
public AddSignature ( string name, int level, Action |
||
name | string | |
level | int | |
action | Action |
|
return | void |
public AssociatePage ( string filename, int pageId, int pagePositionInFile, int pageSize ) : void | ||
filename | string | |
pageId | int | |
pagePositionInFile | int | |
pageSize | int | |
return | void |
public ClearSignatures ( string name ) : void | ||
name | string | |
return | void |
public CompleteFileUpload ( string filename ) : void | ||
filename | string | |
return | void |
public GetConfig ( string name ) : |
||
name | string | |
return |
public GetConfigNames ( int start, int pageSize ) : IEnumerable |
||
start | int | |
pageSize | int | |
return | IEnumerable |
public GetConfigNamesStartingWithPrefix ( string prefix, int start, int take, int &total ) : IList |
||
prefix | string | |
start | int | |
take | int | |
total | int | |
return | IList |
public GetConfigsStartWithPrefix ( string prefix, int start, int take ) : IList |
||
prefix | string | |
start | int | |
take | int | |
return | IList |
public GetFile ( string filename, int start, int pagesToLoad ) : |
||
filename | string | |
start | int | |
pagesToLoad | int | |
return |
public GetFilesAfter ( System.Guid etag, int take ) : IEnumerable |
||
etag | System.Guid | |
take | int | |
return | IEnumerable |
public GetSignatureSize ( int id, int level ) : long | ||
id | int | |
level | int | |
return | long |
public GetSignatureStream ( int id, int level, Action |
||
id | int | |
level | int | |
action | Action |
|
return | void |
public GetSignatures ( string name ) : IEnumerable |
||
name | string | |
return | IEnumerable |
public InsertPage ( byte buffer, int size ) : int | ||
buffer | byte | |
size | int | |
return | int |
public PutFile ( string filename, long totalSize, |
||
filename | string | |
totalSize | long | |
metadata | ||
tombstone | bool | |
return | void |
public ReadFile ( string filename ) : FileHeader | ||
filename | string | |
return | FileHeader |
public ReadFiles ( int start, int size ) : IEnumerable |
||
start | int | |
size | int | |
return | IEnumerable |
public ReadPage ( int pageId, byte buffer ) : int | ||
pageId | int | |
buffer | byte | |
return | int |
public RenameFile ( string filename, string rename, bool commitPeriodically = false ) : void | ||
filename | string | |
rename | string | |
commitPeriodically | bool | |
return | void |
public SetConfig ( string name, |
||
name | string | |
metadata | ||
return | void |
public StorageActionsAccessor ( |
||
tableColumnsCache | ||
instance | JET_INSTANCE | |
databaseName | string | |
return | System |
public UpdateFileMetadata ( string filename, |
||
filename | string | |
metadata | ||
return | void |