Interface DataFlowDebugSessionInfo


  • public interface DataFlowDebugSessionInfo
    An immutable client-side representation of DataFlowDebugSessionInfo.
    • Method Detail

      • dataFlowName

        String dataFlowName()
        Gets the dataFlowName property: The name of the data flow.
        Returns:
        the dataFlowName value.
      • computeType

        String computeType()
        Gets the computeType property: Compute type of the cluster.
        Returns:
        the computeType value.
      • coreCount

        Integer coreCount()
        Gets the coreCount property: Core count of the cluster.
        Returns:
        the coreCount value.
      • nodeCount

        Integer nodeCount()
        Gets the nodeCount property: Node count of the cluster. (deprecated property).
        Returns:
        the nodeCount value.
      • integrationRuntimeName

        String integrationRuntimeName()
        Gets the integrationRuntimeName property: Attached integration runtime name of data flow debug session.
        Returns:
        the integrationRuntimeName value.
      • sessionId

        String sessionId()
        Gets the sessionId property: The ID of data flow debug session.
        Returns:
        the sessionId value.
      • startTime

        String startTime()
        Gets the startTime property: Start time of data flow debug session.
        Returns:
        the startTime value.
      • timeToLiveInMinutes

        Integer timeToLiveInMinutes()
        Gets the timeToLiveInMinutes property: Compute type of the cluster.
        Returns:
        the timeToLiveInMinutes value.
      • lastActivityTime

        String lastActivityTime()
        Gets the lastActivityTime property: Last activity time of data flow debug session.
        Returns:
        the lastActivityTime value.
      • additionalProperties

        Map<String,​Object> additionalProperties()
        Gets the additionalProperties property: Data flow debug session info.
        Returns:
        the additionalProperties value.
      • innerModel

        DataFlowDebugSessionInfoInner innerModel()
        Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugSessionInfoInner object.
        Returns:
        the inner object.