DirectoryDataConnectorOptions
The DirectoryDataConnectorOptions type specifies configuration for creating a directory-backed DataConnector.
{
depth: Depth;
dataDirectory: string;
}| Type | Description | |
|---|---|---|
depth | Depth | The depth property specifies the tree depth the connector will operate at. |
dataDirectory | string | The dataDirectory property specifies the directory path for data storage. |
Since
v0.0.0