SubFileStreamRemainingSupportedIoSessions Property

Gets the number of available simultaneous read/write sessions.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int RemainingSupportedIoSessions { get; }

Property Value

Int32

Implements

ISupportsBinaryStreamRemainingSupportedIoSessions

Remarks

This value is used to determine if a binary stream can be cloned to improve read, write, and copy performance.

See Also