WriteProcessorTKey, TValueWrite(TreeStreamTKey, TValue) Method
Writes the provided stream to the engine.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public long Write(
TreeStream<TKey, TValue> stream
)
Public Function Write (
stream As TreeStream(Of TKey, TValue)
) As Long
public:
long long Write(
TreeStream<TKey, TValue>^ stream
)
- stream TreeStreamTKey, TValue
- The stream to be written to the engine.
Int64The transaction code so this write can be tracked.