Method | Description | |
---|---|---|
AzureEventStoreClient ( AzureStoreConfiguration config, EventStoreId storeId, string serverEndpoint = null ) : System | ||
ReadAllEvents ( |
||
WriteEventsInLargeBatch ( string streamId, IEnumerable |
Method | Description | |
---|---|---|
PrepareStaging ( IEnumerable |
public AzureEventStoreClient ( AzureStoreConfiguration config, EventStoreId storeId, string serverEndpoint = null ) : System | ||
config | AzureStoreConfiguration | |
storeId | EventStoreId | |
serverEndpoint | string | |
return | System |
public ReadAllEvents ( |
||
startOffset | ||
maxRecordCount | int | |
return | IEnumerable |
public WriteEventsInLargeBatch ( string streamId, IEnumerable |
||
streamId | string | |
eventData | IEnumerable |
|
return | void |