DataFlowDebugSessionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data flow debug session info.
public class DataFlowDebugSessionInfo
type DataFlowDebugSessionInfo = class
Public Class DataFlowDebugSessionInfo
- Inheritance
-
DataFlowDebugSessionInfo
Constructors
DataFlowDebugSessionInfo() |
Initializes a new instance of the DataFlowDebugSessionInfo class. |
DataFlowDebugSessionInfo(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<Int32>, String) |
Initializes a new instance of the DataFlowDebugSessionInfo class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
ComputeType |
Gets or sets compute type of the cluster. |
CoreCount |
Gets or sets core count of the cluster. |
DataFlowName |
Gets or sets the name of the data flow. |
IntegrationRuntimeName |
Gets or sets attached integration runtime name of data flow debug session. |
LastActivityTime |
Gets or sets last activity time of data flow debug session. |
NodeCount |
Gets or sets node count of the cluster. (deprecated property) |
SessionId |
Gets or sets the ID of data flow debug session. |
StartTime |
Gets or sets start time of data flow debug session. |
TimeToLiveInMinutes |
Gets or sets compute type of the cluster. |
Applies to
Azure SDK for .NET