Method | Description | |
---|---|---|
AddEvents ( this dest, IEnumerable |
Add events to an existing appender, events in order will be serialized as a single bytestream.
|
|
CopyAppender ( this source, IAppendOnlyStore to ) : void | ||
CopyAppender ( this source, IAppendOnlyStore to, int version ) : void |
Copy the content of one appender to another. The bytestreams will be identical. Use AddEvents(appender, events) to compress the bytestreams.
|
public static AddEvents ( this dest, IEnumerable |
||
dest | this | appender |
source | IEnumerable |
events to add |
serializer | IEventSerializer | |
return | void |
public static CopyAppender ( this source, IAppendOnlyStore to ) : void | ||
source | this | |
to | IAppendOnlyStore | |
return | void |
public static CopyAppender ( this source, IAppendOnlyStore to, int version ) : void | ||
source | this | |
to | IAppendOnlyStore | |
version | int | |
return | void |