Header menu logo Nao

PersistenceMode Type

Selects which durable backend the persistence factories should produce. The host turns this single knob to choose between the two storage categories: file system or database.

Union cases

Union case Description

Database factory

Full Usage: Database factory

Parameters:

Provider-agnostic ADO.NET implementations using the supplied connection factory.

factory : IDbConnectionFactory

File baseDir

Full Usage: File baseDir

Parameters:
    baseDir : string

FileSystem-backed implementations rooted at the given directory.

baseDir : string

Instance members

Instance member Description

this.IsDatabase

Full Usage: this.IsDatabase

Returns: bool
Returns: bool

this.IsFile

Full Usage: this.IsFile

Returns: bool
Returns: bool

Type something to start searching.