Click or drag to resize

LiteEngineRebuild(RebuildOptions) Method

Implement a full rebuild database. Engine will be closed and re-created in another instance. A backup copy will be created with -backup extention. All data will be readed and re created in another database After run, will re-open database

Namespace: Internal.LiteDB.Engine
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public long Rebuild(
	RebuildOptions options
)

Parameters

options  RebuildOptions
 

Return Value

Int64

Implements

ILiteEngineRebuild(RebuildOptions)
See Also