QueryDataFlowDebugSessionsResponse interface
A list of active debug sessions.
Properties
next |
The link to the next page of results, if any remaining results exist. |
value | Array with all active debug sessions. |
Property Details
nextLink
The link to the next page of results, if any remaining results exist.
nextLink?: string
Property Value
string
value
Array with all active debug sessions.
value?: DataFlowDebugSessionInfo[]