Click or drag to resize

EngineSettingsTempStream Property

Get/Set custom stream to be used as temp file. If is null, will create new FileStreamFactory with "-tmp" on name

Namespace: Internal.LiteDB.Engine
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Stream TempStream { get; set; }

Property Value

Stream
See Also