Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LookupActivity

Package version

Lookup activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

dataset

Lookup activity dataset reference.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional firstRowOnly

firstRowOnly: any

Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

source

Dataset-specific source properties, same as copy activity source.

type

type: "Lookup"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc