Class FileSystemToolOptions
Configuration options for FileSystemTool.
public sealed class FileSystemToolOptions
- Inheritance
-
FileSystemToolOptions
- Inherited Members
Properties
- AllowDelete
Gets or sets whether delete operations are allowed. Default is false.
- AllowWrite
Gets or sets whether write operations are allowed. Default is false.
- AllowedPaths
Gets or sets allowed paths. If set, only these paths and their subdirectories are accessible.
- BlockedPaths
Gets or sets blocked paths. These paths and subdirectories cannot be accessed.
- MaxFileSize
Gets or sets the maximum file size for read operations. 0 for unlimited. Default is 10MB.
- MaxListItems
Gets or sets the maximum items returned in list operations. Default is 1000.