Method | Description | |
---|---|---|
Append ( string streamId, IEnumerable |
||
AzureEventStoreChunk ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob, long offset, long size ) : System | ||
CreateNewForWriting ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob ) : |
||
Dispose ( ) : void | ||
OpenExistingForReading ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob, long length ) : |
||
OpenExistingForWriting ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob, long offset, long length ) : |
||
ReadAll ( long startOffset, long endOffset, int maxRecordCount ) : IEnumerable |
||
Reset ( ) : void | ||
WriteProc ( int offset, Stream source ) : void |
Method | Description | |
---|---|---|
BufferTip ( long position, int count ) : byte[] | ||
SetLength ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob, long newLength, int timeout = 10000 ) : void |
public Append ( string streamId, IEnumerable |
||
streamId | string | |
eventData | IEnumerable |
|
return | ChunkAppendResult |
public AzureEventStoreChunk ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob, long offset, long size ) : System | ||
blob | Microsoft.WindowsAzure.StorageClient.CloudPageBlob | |
offset | long | |
size | long | |
return | System |
public static CreateNewForWriting ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob ) : |
||
blob | Microsoft.WindowsAzure.StorageClient.CloudPageBlob | |
return |
public static OpenExistingForReading ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob, long length ) : |
||
blob | Microsoft.WindowsAzure.StorageClient.CloudPageBlob | |
length | long | |
return |
public static OpenExistingForWriting ( Microsoft.WindowsAzure.StorageClient.CloudPageBlob blob, long offset, long length ) : |
||
blob | Microsoft.WindowsAzure.StorageClient.CloudPageBlob | |
offset | long | |
length | long | |
return |
public ReadAll ( long startOffset, long endOffset, int maxRecordCount ) : IEnumerable |
||
startOffset | long | |
endOffset | long | |
maxRecordCount | int | |
return | IEnumerable |
public WriteProc ( int offset, Stream source ) : void | ||
offset | int | |
source | Stream | |
return | void |