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