Skip to main content

Interface: IFirestoreEntityStorageConnectorConstructorOptions

Options for the Firestore Entity Storage Connector constructor.

Properties

entitySchema

entitySchema: string

The schema for the entity.


partitionContextIds?

optional partitionContextIds?: string[]

The keys to use from the context ids to create partitions.


loggingComponentType?

optional loggingComponentType?: string

The type of logging component to use, defaults to no logging.


config

config: IFirestoreEntityStorageConnectorConfig

The configuration for the connector.