Package-level declarations
Types
Array expression
The In class represents the IN clause object in a quantified operator (ANY/ANY AND EVERY/EVERY
The Satisfies class represents the SATISFIES clause object in a quantified operator (ANY/ANY AND EVERY/EVERY
Function provides array functions.
Authenticator objects provide server authentication credentials to the replicator. Authenticator is a base sealed class; you must instantiate one of its implementations.
The BasicAuthenticator class is an authenticator that will authenticate using HTTP Basic auth with the given username and password. This should only be used over an SSL/TLS connection, as otherwise it's very easy for anyone sniffing network traffic to read the password.
A Couchbase Lite Blob. A Blob appears as a property of a Document and contains arbitrary binary data, tagged with MIME type. Blobs can be arbitrarily large, although some operations may require that the entire content be loaded into memory. The containing document's JSON contains only the Blob's metadata (type, length and digest). The data itself is stored in a file whose name is the content digest (like git).
ENTERPRISE EDITION API
Collation defines how strings are compared and is used when creating a COLLATE expression. The COLLATE expression can be used in the WHERE clause when comparing two strings or in the ORDER BY clause when specifying how the order of the query results. CouchbaseLite provides two types of the Collation, ASCII and Unicode. Without specifying the COLLATE expression Couchbase Lite will use the ASCII with case-sensitive collation by default.
A Collection
is a container for documents similar to a table in a relational database. Collections are grouped into namespaces called scope
s and have a unique name within that scope.
Provides details about a Collection change.
The listener interface for receiving Collection change events.
The listener interface for receiving Collection change events, called within a coroutine.
The collection configuration that can be configured specifically for the replication.
ConcurrencyControl type used when saving or deleting a document.
The representation of conflicting changes in the remote and local instances of a document.
Custom conflict resolution strategies implement this interface.
ENTERPRISE EDITION API
A class that sends log messages to the system log, available via 'logcat' on Android.
CouchbaseLite Utility
CouchbaseLite Utility
Misfortune: The little fox gets its tail wet.
A Couchbase Lite database.
Provides details about a Database change.
The listener interface for receiving Database change events.
The listener interface for receiving Database change events, called within a coroutine.
Configuration for opening a database.
ENTERPRISE EDITION API
A query data source, used for specifying the source of data for a query.
Dictionary provides readonly access to dictionary data.
Provides details about a Document change.
The listener interface for receiving Document change events.
The listener interface for receiving Document change events, called within a coroutine.
The flags enum describing the replicated document.
DocumentFragment provides access to a document object. DocumentFragment also provides subscript access by either key or index to the data values of the document which are wrapped by Fragment objects.
The representation of the replication of a document.
The listener interface for receiving Document replicated events.
The listener interface for receiving Document replicated events, called within a coroutine.
ENTERPRISE EDITION API
Replication target endpoint
The expression used in constructing a query.
A logger for writing to a file in the application's storage so that log messages can persist durably after the application has stopped or encountered a problem. Each log level is written to a separate file. Threading policy: This class is certain to be used from multiple threads. As long as it is thread safe, the various race conditions are unlikely and the penalties very small. "Volatile" ensures the thread safety and the several races are tolerable.
A From represents a FROM clause for specifying the data source of the query.
Full-text functions.
Index for Full-Text search
Full Text Index Configuration
Full-text Index Item.
A GroupBy represents the GROUP BY clause to group the query result. The GROUP BY clause is normally used with aggregate functions (AVG, COUNT, MAX, MIN, SUM) to aggregate the group of the values.
Having represents a HAVING clause of the query statement used for filtering the aggregated values from the GROUP BY clause.
Index represents an index: either a value index for regular queries or full-text index for full-text queries (using the match operator).
IndexBuilder used for building database indices.
A Join component representing a single JOIN clause in the query statement.
A Joins component represents a collection of the joins clauses of the query statement.
Key Store Utilities
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
Base class for a removable subscription to an observable.
Holder for the three Couchbase Lite loggers: console, file, and custom.
A class that describes the file configuration for the FileLogger class. Once a configuration has been assigned to a Logger, it becomes read-only: an attempt to mutate it will cause an exception. To change the configuration of a logger, copy its configuration, mutate the copy and then use it to replace the loggers current configuration.
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
A meta property expression.
Mutable access to array data.
Mutable access to dictionary data.
A Couchbase Lite Document. A document has key/value properties like a Map.
MutableFragment provides read and write access to data value. MutableFragment also provides subscript access by either key or index to the nested values which are wrapped by MutableFragment objects.
An OrderBy represents an ORDER BY clause of the query for specifying properties or expressions that the result rows should be sorted by.
An Ordering represents a single ordering component in the query ORDER BY clause.
A Parameters object used for setting values to the query parameters defined in the query.
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
ENTERPRISE EDITION API
Property expression
ENTERPRISE EDITION API
A database query built using the fluent interface in QueryBuilder.
Information about changes in a query result changes, reported by a live query.
The listener interface for receiving Live Query change events.
The listener interface for receiving Live Query change events, called within a coroutine.
Information about a Document updated by replication.
Delegate that takes Document input parameter and bool output parameter Document push and pull will be allowed if the predicate returns true. Document will be not be replicated, push or pull, otherwise.
A replicator for replicating document changes between a local database and a target database. The replicator can be bidirectional or either push or pull. The replicator can also be one-shot or continuous. The replicator runs asynchronously, so observe the status to be notified of progress.
Activity level of a replicator.
ReplicatorChange contains the replicator status information.
The listener interface for receiving Replicator change events.
The listener interface for receiving Replicator change events, called within a coroutine.
Configuration for a Replicator
ENTERPRISE EDITION API
Progress of a replicator. If total
is zero, the progress is indeterminate; otherwise, dividing the two will produce a fraction that can be used to draw a progress bar. The quotient is highly volatile and may be slightly inaccurate by the time it is returned.
The activity level and progress of a replicator.
The replication direction
The representation of a query result. The result set is an iterator over Result objects.
A Scope
represents a scope or namespace of collections.
Select represents the SELECT clause of the query for specifying the properties in each query result row.
SelectResult represents the result of a query.
SessionAuthenticator class is an authenticator that will authenticate by using the session ID of the session created by a Sync Gateway
ENTERPRISE EDITION API
URL based replication target endpoint
ENTERPRISE EDITION API
ENTERPRISE EDITION API
A Standard query index.
Configuration for a standard database index.
Value Index Item
Variable expression
A Where represents the WHERE clause of the query for filtering the query result.
Properties
The numerical error code for this error.
Configuration factory for new CollectionConfigurations
Configuration factory for new DatabaseConfigurations
The default conflict resolution strategy. Deletion always wins. A newer doc always beats an older one. Otherwise one of the two document is chosen randomly but deterministically.
This is a long time: just under 25 days. This many seconds, however, is just less than Integer.MAX_INT millis and will fit in the heartbeat property.
The domain code for this error.
ENTERPRISE EDITION API
Configuration factory for new FullTextIndexConfigurations
ENTERPRISE EDITION API
Configuration factory for new LogFileConfigurations
ENTERPRISE EDITION API
The remote target’s SSL certificate.
The remote target's SSL certificate.
ENTERPRISE EDITION API
Configuration factory for new ReplicatorConfigurations
ENTERPRISE EDITION API
Configuration factory for new ValueIndexConfigurations
Functions
ENTERPRISE EDITION API
A Flow of Collection changes.
ENTERPRISE EDITION API
A Flow of database changes.
A Flow of document changes
A Flow of document changes.
A Flow of document replications.
ENTERPRISE EDITION API
Subscript access to a Fragment object by index.
Gets document fragment object by the given document ID.
Subscript access to a Fragment object by key.
Subscripting access to a MutableFragment object that represents the value at the given index.
Subscripting access to a MutableFragment object that represents the value of the dictionary by key.
Subscripting access to a MutableFragment object that represents the value of the document by key.
Subscript access to a Fragment object of the projecting result value at the given index.
Subscript access to a Fragment object of the projecting result value for the given key.
ENTERPRISE EDITION API
Create a DatabaseConfiguration, overriding the receiver's values with the passed parameters:
Create a ValueIndexConfiguration, overriding the receiver's values with the passed parameters:
ENTERPRISE EDITION API
Create a FullTextIndexConfiguration, overriding the receiver's values with the passed parameters:
Create a LogFileConfiguration, overriding the receiver's values with the passed parameters:
Create a CollectionConfiguration, overriding the receiver's values with the passed parameters:
Create a ReplicatorConfiguration, overriding the receiver's values with the passed parameters.
Create a ReplicatorConfiguration, overriding the receiver's values with the passed parameters:
ENTERPRISE EDITION API
ENTERPRISE EDITION API
A Flow of query changes.
A Flow of replicator state changes.
ENTERPRISE EDITION API
ENTERPRISE EDITION API
Sets the certificate used to authenticate the target server. A server will be authenticated if it presents a chain of certificates (possibly of length 1) in which any one of the certificates matches the one passed here. The default is no pinned certificate.
Sets the certificate used to authenticate the target server. A server will be authenticated if it presents a chain of certificates (possibly of length 1) in which any one of the certificates matches the one passed here. The default is no pinned certificate.
ENTERPRISE EDITION API