Click or drag to resize

LiteDatabaseRebuild Method

Rebuild all database to remove unused pages - reduce data file

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

Parameters

options  RebuildOptions  (Optional)
 

Return Value

Int64

Implements

ILiteDatabaseRebuild(RebuildOptions)
See Also