Property | Type | Description | |
---|---|---|---|
Container | EventStoreId |
Method | Description | |
---|---|---|
AzureEventStore ( EventStoreId container, |
||
CreateNewForWriting ( AzureStoreConfiguration config, EventStoreId container ) : |
||
Dispose ( ) : void | ||
IsValid ( AzureStoreConfiguration config, EventStoreId container ) : bool | ||
OpenExistingForReading ( AzureStoreConfiguration config, EventStoreId container ) : |
||
OpenExistingForWriting ( AzureStoreConfiguration config, EventStoreId container ) : |
||
ReadAll ( |
||
Reset ( ) : void | ||
TryGetContainerName ( AzureStoreConfiguration config, Microsoft.WindowsAzure.StorageClient.CloudBlobDirectory dir, EventStoreId &container ) : bool | ||
Write ( string streamId, IEnumerable |
Method | Description | |
---|---|---|
Exists ( |
public AzureEventStore ( EventStoreId container, |
||
container | EventStoreId | |
store | ||
checkpoint | ||
return | System |
public static CreateNewForWriting ( AzureStoreConfiguration config, EventStoreId container ) : |
||
config | AzureStoreConfiguration | |
container | EventStoreId | |
return |
public static IsValid ( AzureStoreConfiguration config, EventStoreId container ) : bool | ||
config | AzureStoreConfiguration | |
container | EventStoreId | |
return | bool |
public static OpenExistingForReading ( AzureStoreConfiguration config, EventStoreId container ) : |
||
config | AzureStoreConfiguration | |
container | EventStoreId | |
return |
public static OpenExistingForWriting ( AzureStoreConfiguration config, EventStoreId container ) : |
||
config | AzureStoreConfiguration | |
container | EventStoreId | |
return |
public ReadAll ( |
||
startOffset | ||
maxRecordCount | int | |
return | IEnumerable |
public static TryGetContainerName ( AzureStoreConfiguration config, Microsoft.WindowsAzure.StorageClient.CloudBlobDirectory dir, EventStoreId &container ) : bool | ||
config | AzureStoreConfiguration | |
dir | Microsoft.WindowsAzure.StorageClient.CloudBlobDirectory | |
container | EventStoreId | |
return | bool |
public Write ( string streamId, IEnumerable |
||
streamId | string | |
eventData | IEnumerable |
|
return | void |