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