Preparing search index...
The search index is not available
airbyte-sdk
airbyte-sdk
Destination
Class Destination
Hierarchy
Base
Destination
Index
Constructors
constructor
Properties
for
Workspace
Methods
get
All
Destinations
get
Destination
search
Destination
By
Name
search
Destinations
update
Destination
clone
create
Destination
Instances
create
New
Destination
delete
Destination
Constructors
constructor
new
Destination
(
workspace
:
WorkspaceModel
)
:
Destination
Parameters
workspace:
WorkspaceModel
Returns
Destination
Properties
for
Workspace
for
Workspace
:
WorkspaceModel
Methods
get
All
Destinations
get
All
Destinations
(
)
:
Promise
<
DestinationModel
[]
>
Returns
Promise
<
DestinationModel
[]
>
get
Destination
get
Destination
(
destinationId
:
string
)
:
Promise
<
DestinationModel
>
Parameters
destinationId:
string
Returns
Promise
<
DestinationModel
>
search
Destination
By
Name
search
Destination
By
Name
(
name
:
string
)
:
Promise
<
DestinationModel
[]
>
Parameters
name:
string
Returns
Promise
<
DestinationModel
[]
>
search
Destinations
search
Destinations
(
searchParams
:
DestinationSearch
)
:
Promise
<
DestinationModel
[]
>
Parameters
searchParams:
DestinationSearch
Returns
Promise
<
DestinationModel
[]
>
update
Destination
update
Destination
(
destinationId
:
string
, updateObject
:
Partial
<
DestinationRead
>
)
:
Promise
<
DestinationModel
>
Parameters
destinationId:
string
updateObject:
Partial
<
DestinationRead
>
Returns
Promise
<
DestinationModel
>
Static
clone
clone
(
destinationId
:
string
, updateConfig
:
DestinationCloneConfiguration
, checkIfConfigIsValid
?:
boolean
)
:
Promise
<
DestinationModel
>
Parameters
destinationId:
string
updateConfig:
DestinationCloneConfiguration
checkIfConfigIsValid:
boolean
= true
Returns
Promise
<
DestinationModel
>
Static
create
Destination
Instances
create
Destination
Instances
(
destinations
:
DestinationRead
[]
)
:
DestinationModel
[]
Parameters
destinations:
DestinationRead
[]
Returns
DestinationModel
[]
Static
create
New
Destination
create
New
Destination
(
createDestinationData
:
DestinationCreate
, checkIfConfigIsValid
?:
boolean
)
:
Promise
<
DestinationModel
>
Parameters
createDestinationData:
DestinationCreate
checkIfConfigIsValid:
boolean
= true
Returns
Promise
<
DestinationModel
>
Static
delete
Destination
delete
Destination
(
destinationId
:
string
)
:
Promise
<
void
>
Parameters
destinationId:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
airbyte-
sdk
Destination
constructor
for
Workspace
get
All
Destinations
get
Destination
search
Destination
By
Name
search
Destinations
update
Destination
clone
create
Destination
Instances
create
New
Destination
delete
Destination
Generated using
TypeDoc