Table of Contents

Class FileSystemWatchToolOptions

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

Configuration options for file system watch tools.

public sealed class FileSystemWatchToolOptions
Inheritance
FileSystemWatchToolOptions
Inherited Members

Properties

MaxEventsPerRequest

Gets or sets maximum events per request. Default is 100.

MaxQueuedEvents

Gets or sets maximum queued events. Default is 1000.

MaxWatchers

Gets or sets maximum concurrent watchers. Default is 10.

Share