Package version:

Interface DataFlowDebugSessionInfo

Data flow debug session info.

interface DataFlowDebugSessionInfo {
    computeType?: string;
    coreCount?: number;
    dataFlowName?: string;
    integrationRuntimeName?: string;
    lastActivityTime?: string;
    nodeCount?: number;
    sessionId?: string;
    startTime?: string;
    timeToLiveInMinutes?: number;
    [property: string]: any;
}

Indexable

  • [property: string]: any

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

Properties

computeType?: string

Compute type of the cluster.

coreCount?: number

Core count of the cluster.

dataFlowName?: string

The name of the data flow.

integrationRuntimeName?: string

Attached integration runtime name of data flow debug session.

lastActivityTime?: string

Last activity time of data flow debug session.

nodeCount?: number

Node count of the cluster. (deprecated property)

sessionId?: string

The ID of data flow debug session.

startTime?: string

Start time of data flow debug session.

timeToLiveInMinutes?: number

Compute type of the cluster.