IFdbDatabaseProvider

Namespace: FoundationDB.Client · interface

Implements: IFdbDatabaseScopeProvider, IDisposable

Provides access to a FoundationDB database instance

Remarks

This class is intended to be used with dependency injection containers

Properties

ProviderOptions

FdbDatabaseProviderOptions ProviderOptions { get; }

Options used to configure this provider

Methods

Start

void Start()

Start connecting to the database

Stop

void Stop()

Abort all pending transactions using the current database instance