Synclets logoSynclets

DirectoryMetaConnectorOptions

The DirectoryMetaConnectorOptions type specifies configuration for creating a directory-backed MetaConnector.

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

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

metaDirectorystring

The metaDirectory property specifies the directory path for metadata storage.

Since

v0.0.0