Synclets logoSynclets

FileMetaConnectorOptions

The FileMetaConnectorOptions type specifies configuration for creating a file-backed MetaConnector.

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

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

metaFilestring

The metaFile property specifies the file path for metadata storage.

Since

v0.0.0