메소드 | 설명 | |
---|---|---|
Append ( string streamName, byte data, long expectedStreamVersion = -1 ) : System.Threading.Tasks.Task | ||
Dispose ( ) : void | ||
ExtractMasterStream ( |
Extract the masterstream to mimic the folder structure the AzureAsyncAppender
|
|
FileAppendOnlyStoreAsync ( Options options ) : System | ||
FileAppendOnlyStoreAsync ( string path ) : System | ||
Read ( string filename ) : List |
||
ReadRecords ( long afterVersion, int maxCount ) : Task |
||
ReadRecords ( string streamName, long afterVersion, int maxCount ) : Task |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
GetDefaultOptions ( string path ) : Options |
public Append ( string streamName, byte data, long expectedStreamVersion = -1 ) : System.Threading.Tasks.Task | ||
streamName | string | |
data | byte | |
expectedStreamVersion | long | |
리턴 | System.Threading.Tasks.Task |
public ExtractMasterStream ( |
||
output | ||
namingPolicy | IAppenderNamingPolicy | |
afterVersion | long | |
maxCount | int | |
writeIndexFile | bool | |
리턴 | System.Threading.Tasks.Task |
public FileAppendOnlyStoreAsync ( Options options ) : System | ||
options | Options | |
리턴 | System |
public FileAppendOnlyStoreAsync ( string path ) : System | ||
path | string | |
리턴 | System |
public ReadRecords ( long afterVersion, int maxCount ) : Task |
||
afterVersion | long | |
maxCount | int | |
리턴 | Task |
public ReadRecords ( string streamName, long afterVersion, int maxCount ) : Task |
||
streamName | string | |
afterVersion | long | |
maxCount | int | |
리턴 | Task |