Contains Redakt data and service model types.

Classes

NoOpRepository<T>
DocumentEntity
DocumentQuery<T>
DocumentQueryResult<T>
RepositoryExtensions
TransactionException

Interfaces

IDocumentQueryResult<T>
IDocumentStore This interface must be implemented by Redakt data store modules. The module can then be registered with the DI container.
IEntity
IRepository<T>

Child namespaces

Redakt.Data.DocumentStore.Configuration
Redakt.Data.DocumentStore.CosmosDb Contains the Microsoft Azure CosmosDB data store module implementation.
Redakt.Data.DocumentStore.DynamoDb Contains the Amazon DynamoDB data store module implementation.
Redakt.Data.DocumentStore.LiteDb Contains the LiteDB embedded data store module implementation.
Redakt.Data.DocumentStore.MongoDb Contains the MongoDB data store module implementation.
Redakt.Data.DocumentStore.RavenDb Contains the RavenDB data store module implementation.