Table of Contents

Property MaxDatabaseSize

Namespace
LMKit.Agents.Tools.BuiltIn.Data
Assembly
LM-Kit.NET.dll

MaxDatabaseSize

Gets or sets the maximum database file size in bytes. Operations on databases exceeding this size are rejected. Default is 100 MB. Set to 0 for unlimited.

public long MaxDatabaseSize { get; set; }

Property Value

long
Share