Class Constants
Inherited Members
Namespace: Couchbase.Lite.Info
Assembly: Couchbase.Lite.dll
Syntax
public static class Constants
Fields
| Improve this Doc View SourceDefaultFullTextIndexIgnoreAccents
Default value for IgnoreAccents (false) Accents and ligatures are not ignored when indexing via full text search
Declaration
public static readonly bool DefaultFullTextIndexIgnoreAccents
Field Value
| Type | Description |
|---|---|
| bool |
DefaultListenerDisableTls
Default value for DisableTLS (false) TLS is enabled on the connection
Declaration
public static readonly bool DefaultListenerDisableTls
Field Value
| Type | Description |
|---|---|
| bool |
DefaultListenerEnableDeltaSync
Default value for EnableDeltaSync (false) Delta sync is disabled for the listener
Declaration
public static readonly bool DefaultListenerEnableDeltaSync
Field Value
| Type | Description |
|---|---|
| bool |
DefaultListenerPort
Default value for Port (0) No port specified, the OS will assign one
Declaration
public static readonly ushort DefaultListenerPort
Field Value
| Type | Description |
|---|---|
| ushort |
DefaultListenerReadOnly
Default value for ReadOnly (false) The listener will allow database writes
Declaration
public static readonly bool DefaultListenerReadOnly
Field Value
| Type | Description |
|---|---|
| bool |
DefaultLogFileMaxRotateCount
Default value for MaxRotateCount (1) 1 rotated file present (2 total, including the currently active log file)
Declaration
public static readonly int DefaultLogFileMaxRotateCount
Field Value
| Type | Description |
|---|---|
| int |
DefaultLogFileMaxSize
Default value for MaxSize (524288) 512 KiB for the size of a log file
Declaration
public static readonly long DefaultLogFileMaxSize
Field Value
| Type | Description |
|---|---|
| long |
DefaultLogFileUsePlainText
Default value for
Declaration
public static readonly bool DefaultLogFileUsePlainText
Field Value
| Type | Description |
|---|---|
| bool |
DefaultReplicatorAcceptParentCookies
Default value for
Declaration
public static readonly bool DefaultReplicatorAcceptParentCookies
Field Value
| Type | Description |
|---|---|
| bool |
DefaultReplicatorContinuous
Default value for Continuous (false) One-shot replication is used, and will stop once all initial changes are processed
Declaration
public static readonly bool DefaultReplicatorContinuous
Field Value
| Type | Description |
|---|---|
| bool |
DefaultReplicatorEnableAutoPurge
Default value for EnableAutoPurge (true) Purge documents when a user loses access
Declaration
public static readonly bool DefaultReplicatorEnableAutoPurge
Field Value
| Type | Description |
|---|---|
| bool |
DefaultReplicatorHeartbeat
Default value for Heartbeat (TimeSpan.FromSeconds(300)) A heartbeat messages is sent every 300 seconds to keep the connection alive
Declaration
public static readonly TimeSpan DefaultReplicatorHeartbeat
Field Value
| Type | Description |
|---|---|
| TimeSpan |
DefaultReplicatorMaxAttemptsContinuous
Default value for MaxAttempts (Int32.MaxValue) When replicator is continuous, never give up unless explicitly stopped
Declaration
public static readonly int DefaultReplicatorMaxAttemptsContinuous
Field Value
| Type | Description |
|---|---|
| int |
DefaultReplicatorMaxAttemptsSingleShot
Default value for MaxAttempts (10) When replicator is not continuous, after 10 failed attempts give up on the replication
Declaration
public static readonly int DefaultReplicatorMaxAttemptsSingleShot
Field Value
| Type | Description |
|---|---|
| int |
DefaultReplicatorMaxAttemptWaitTime
Default value for
Declaration
public static readonly TimeSpan DefaultReplicatorMaxAttemptWaitTime
Field Value
| Type | Description |
|---|---|
| TimeSpan |
DefaultReplicatorSelfSignedCertificateOnly
Default value for
Declaration
public static readonly bool DefaultReplicatorSelfSignedCertificateOnly
Field Value
| Type | Description |
|---|---|
| bool |
DefaultReplicatorType
Default value for
Declaration
public static readonly ReplicatorType DefaultReplicatorType
Field Value
| Type | Description |
|---|---|
| ReplicatorType |