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