Skip to main content

connect()

Addedv2.3.x

This method connects to the Zilliz Cloud cluster using the optionally specified SDK version.

connect(sdkVersion): void

Request Syntax

connect({
sdkVersion: string
})

PARAMETERS:

  • sdkVersion (string) -

    [REQUIRED]

    The version of your Node.js SDK.

RETURNS void

This method returns nothing.

Example

connect(2.3.5)