ManagerOptions Class |
Namespace: Couchbase.Lite
public sealed class ManagerOptions
The ManagerOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ManagerOptions |
Provides configuration settings.
|
| Name | Description | |
|---|---|---|
| CallbackScheduler |
Gets or sets the callback synchronization context.
| |
| Default |
Gets the default option flags.
| |
| DefaultReplicationOptions |
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)
| |
| MaxOpenHttpConnections | Obsolete.
Gets or sets max number of open Http Connections
| |
| MaxRetries | Obsolete.
The maximum number of times to retry
network requests that failed due to
transient network errors.
| |
| MaxRevsToGetInBulk | Obsolete.
Get or sets the max revs to get in a bulk download
| |
| ReadOnly | Gets or sets, whether changes to databases are disallowed by default. | |
| RequestTimeout | Obsolete.
Gets or sets the default network request timeout.
| |
| SerializationSettings |
Gets or sets the values pertaining to serialization and
deserialization
|
| Name | Description | |
|---|---|---|
| ToString | (Overrides ObjectToString.) |