Options
All
  • Public
  • Public/Protected
  • All
Menu

couchbase

Index

Core

Key-Value

Transactions

Query

Views

Full Text Search

Analytics

Datastructures

Management

Diagnostics

Authentication

Error Handling

Other

Utilities

Core

  • Acts as the entrypoint into the rest of the library. Connecting to the cluster and exposing the various services and features.

    Parameters

    • connStr: string

      The connection string to use to connect to the cluster.

    • Optional options: ConnectOptions

      Optional parameters for this operation.

    • Optional callback: NodeCallback<Cluster>

      A node-style callback to be invoked after execution.

    Returns Promise<Cluster>

Full Text Search

GeoPoint: [longitude: number, latitude: number] | { lat: number; lon: number } | { latitude: number; longitude: number }

GeoPoint represents a specific coordinate on earth. We support a number of different variants of geopoints being specified.

Authentication

Represents any of the valid authenticators that could be passed to the SDK.

Other

cbppVersion: string = binding.cbppVersion

Exposes the underlying couchbase++ library version that is being used by the SDK to perform I/O with the cluster.

lcbVersion: string = binding.cbppVersion

Exposes the underlying couchbase++ library version that is being used by the SDK to perform I/O with the cluster.

deprecated

Use cbppVersion instead.

Generated using TypeDoc