Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataFlowDebugSessionInfo

Package version

Data flow debug session info.

Hierarchy

  • DataFlowDebugSessionInfo

Indexable

[property: string]: any

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

Index

Properties

Optional computeType

computeType: undefined | string

Compute type of the cluster.

Optional coreCount

coreCount: undefined | number

Core count of the cluster.

Optional dataFlowName

dataFlowName: undefined | string

The name of the data flow.

Optional integrationRuntimeName

integrationRuntimeName: undefined | string

Attached integration runtime name of data flow debug session.

Optional lastActivityTime

lastActivityTime: undefined | string

Last activity time of data flow debug session.

Optional nodeCount

nodeCount: undefined | number

Node count of the cluster. (deprecated property)

Optional sessionId

sessionId: undefined | string

The ID of data flow debug session.

Optional startTime

startTime: undefined | string

Start time of data flow debug session.

Optional timeToLiveInMinutes

timeToLiveInMinutes: undefined | number

Compute type of the cluster.

Generated using TypeDoc