SortedPointBufferTKey, TValueIsReadingMode Property

Gets or sets the current mode of the point buffer.

Definition

Namespace: SnapDB.Snap.Collection
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool IsReadingMode { get; set; }

Property Value

Boolean

Remarks

This class is not designed to be read from and written to at the same time. This is because sorting must occur right before reading from this stream.

See Also