Package version:

Interface QueryDataFlowDebugSessionsResponse

A list of active debug sessions.

interface QueryDataFlowDebugSessionsResponse {
    nextLink?: string;
    value?: DataFlowDebugSessionInfo[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

Array with all active debug sessions.