Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetMetadataActivity

Package version

Activity to get metadata of dataset

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

dataset

GetMetadata activity dataset reference.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional fieldList

fieldList: any[]

Fields of metadata to get from dataset.

Optional formatSettings

formatSettings: FormatReadSettingsUnion

GetMetadata activity format settings.

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

Optional policy

Activity policy.

Optional storeSettings

storeSettings: StoreReadSettingsUnion

GetMetadata activity store settings.

type

type: "GetMetadata"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc