Home MongoDbTransactionSessionOptions Class
Post
Cancel

MongoDbTransactionSessionOptions Class

Definition

Namespace: EntityDb.MongoDb.Sessions
Assembly: EntityDb.MongoDb

Configuration options for the MongoDb implementation of ITransactionRepository.

1
public class MongoDbTransactionSessionOptions

Inheritance: Object

Properties

ConnectionString A connection string that is compatible with [M:MongoDB.Driver.MongoClient.#ctor(System.String)]
DatabaseName The name of the database that contains the collections (AgentSignatures, Commands, Tags, Leases)
ReadOnly If true, indicates the agent only intends to execute queries.
SecondaryPreferred If true, indicates the agent can tolerate replication lag for queries.
WriteTimeout Determines how long to wait before a command should be automatically aborted.

Methods

ToString()Missing Summary Doc!
This post is licensed under CC BY 4.0 by the author.