Synclets logoSynclets

DirectoryDataConnectorOptions

The DirectoryDataConnectorOptions type specifies configuration for creating a directory-backed DataConnector.

{
  depth: Depth;
  dataDirectory: string;
}
TypeDescription
depthDepth

The depth property specifies the tree depth the connector will operate at.

dataDirectorystring

The dataDirectory property specifies the directory path for data storage.

Since

v0.0.0