Synclets logoSynclets

FileDataConnectorOptions

The FileDataConnectorOptions type specifies configuration for creating a file-backed DataConnector.

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

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

dataFilestring

The dataFile property specifies the file path for data storage.

Since

v0.0.0