FileAccessProviderOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options controlling the behavior of FileAccessProvider.
public sealed class FileAccessProviderOptions
type FileAccessProviderOptions = class
Public NotInheritable Class FileAccessProviderOptions
- Inheritance
-
FileAccessProviderOptions
Constructors
| Name | Description |
|---|---|
| FileAccessProviderOptions() | |
Properties
| Name | Description |
|---|---|
| DisableReadOnlyToolApproval |
Gets or sets a value indicating whether approval is disabled for the read-only file access tools (ReadFileToolName, LsToolName, and GrepToolName). |
| DisableWriteToolApproval |
Gets or sets a value indicating whether approval is disabled for the tools that modify the file store (WriteToolName, DeleteFileToolName, ReplaceToolName, and ReplaceLinesToolName). |
| DisableWriteTools |
Gets or sets a value indicating whether the tools that modify the file store are disabled. |
| Instructions |
Gets or sets custom instructions provided to the agent for using the file access tools. |