Click or drag to resize

ManagerOptions Class

Option flags for Manager initialization.
Inheritance Hierarchy
SystemObject
  Couchbase.LiteManagerOptions

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public sealed class ManagerOptions

The ManagerOptions type exposes the following members.

Constructors
  NameDescription
Public methodManagerOptions
Provides configuration settings.
Top
Properties
  NameDescription
Public propertyCallbackScheduler
Gets or sets the callback synchronization context.
Public propertyStatic memberDefault
Gets the default option flags.
Public propertyDefaultReplicationOptions
Sets the default replication options that are set on replications created from databases owned by this manager. If not set, a new object will be created with default values (For the 1.x lifecycle this includes the relevant settings on ManagerOptions)
Public propertyMaxOpenHttpConnections Obsolete.
Gets or sets max number of open Http Connections
Public propertyMaxRetries Obsolete.
The maximum number of times to retry network requests that failed due to transient network errors.
Public propertyMaxRevsToGetInBulk Obsolete.
Get or sets the max revs to get in a bulk download
Public propertyReadOnly
Gets or sets, whether changes to databases are disallowed by default.
Public propertyRequestTimeout Obsolete.
Gets or sets the default network request timeout.
Public propertyStatic memberSerializationSettings
Gets or sets the values pertaining to serialization and deserialization
Top
Methods
See Also