Method | Description | |
---|---|---|
Append ( string streamName, byte data, long expectedStreamVersion = -1 ) : System.Threading.Tasks.Task | ||
AzureAsyncAppender ( Microsoft.WindowsAzure.Storage.CloudStorageAccount storage, string container, |
||
AzureAsyncAppender ( string connection, string container, |
||
Initialize ( ) : System.Threading.Tasks.Task |
Initialize the appender on the Azure Container. This is a once only. When this code is run, you don't need to do it anymore. Create the container and the index file.
|
|
ReadRecords ( long afterVersion, int maxCount ) : Task |
||
ReadRecords ( string streamName, long afterVersion, int maxCount ) : Task |
public Append ( string streamName, byte data, long expectedStreamVersion = -1 ) : System.Threading.Tasks.Task | ||
streamName | string | |
data | byte | |
expectedStreamVersion | long | |
return | System.Threading.Tasks.Task |
public AzureAsyncAppender ( Microsoft.WindowsAzure.Storage.CloudStorageAccount storage, string container, |
||
storage | Microsoft.WindowsAzure.Storage.CloudStorageAccount | |
container | string | |
options | ||
return | System |
public AzureAsyncAppender ( string connection, string container, |
||
connection | string | |
container | string | |
options | ||
return | System |
public Initialize ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ReadRecords ( long afterVersion, int maxCount ) : Task |
||
afterVersion | long | |
maxCount | int | |
return | Task |
public ReadRecords ( string streamName, long afterVersion, int maxCount ) : Task |
||
streamName | string | |
afterVersion | long | |
maxCount | int | |
return | Task |