Preparing search index...
The search index is not available
airbyte-sdk
airbyte-sdk
Connection
Class Connection
Hierarchy
Base
Connection
Index
Constructors
constructor
Properties
for
Workspace
Methods
get
All
Connections
create
Connection
Instances
create
New
Connection
get
Connection
trigger
Sync
Constructors
constructor
new
Connection
(
workspace
:
WorkspaceModel
)
:
Connection
Parameters
workspace:
WorkspaceModel
Returns
Connection
Properties
for
Workspace
for
Workspace
:
WorkspaceModel
Methods
get
All
Connections
get
All
Connections
(
includeDeleted
?:
boolean
)
:
Promise
<
ConnectionModel
[]
>
Parameters
includeDeleted:
boolean
= false
Returns
Promise
<
ConnectionModel
[]
>
Static
create
Connection
Instances
create
Connection
Instances
(
connections
:
ConnectionRead
[]
)
:
ConnectionModel
[]
Parameters
connections:
ConnectionRead
[]
Returns
ConnectionModel
[]
Static
create
New
Connection
create
New
Connection
(
connectionCreate
:
ConnectionCreate
)
:
Promise
<
ConnectionModel
>
Parameters
connectionCreate:
ConnectionCreate
Returns
Promise
<
ConnectionModel
>
Static
get
Connection
get
Connection
(
connectionId
:
string
)
:
Promise
<
ConnectionModel
>
Parameters
connectionId:
string
Returns
Promise
<
ConnectionModel
>
Static
trigger
Sync
trigger
Sync
(
connectionId
:
string
)
:
Promise
<
JobInfoRead
>
Parameters
connectionId:
string
Returns
Promise
<
JobInfoRead
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
airbyte-
sdk
Connection
constructor
for
Workspace
get
All
Connections
create
Connection
Instances
create
New
Connection
get
Connection
trigger
Sync
Generated using
TypeDoc