Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataFlow

Package version

Azure Synapse nested object which contains a flow with data movements and transformations. Interface representing a DataFlow.

Hierarchy

  • DataFlow

Index

Properties

Optional annotations

annotations: any[]

List of tags that can be used for describing the data flow.

Optional description

description: undefined | string

The description of the data flow.

Optional folder

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

type

type: "MappingDataFlow"

Polymorphic discriminator, which specifies the different types this object can be

Methods

createOrUpdateDataFlow

deleteDataFlow

  • deleteDataFlow(dataFlowName: string, options?: coreHttp.OperationOptions): Promise<LROPoller<coreHttp.RestResponse>>
  • Deletes a data flow.

    Parameters

    • dataFlowName: string

      The data flow name.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<LROPoller<coreHttp.RestResponse>>

getDataFlow

listDataFlowsByWorkspace

  • listDataFlowsByWorkspace(options?: coreHttp.OperationOptions): PagedAsyncIterableIterator<DataFlowResource>

renameDataFlow

  • renameDataFlow(dataFlowName: string, request: ArtifactRenameRequest, options?: coreHttp.OperationOptions): Promise<LROPoller<coreHttp.RestResponse>>

Generated using TypeDoc