DataFlowDebugCommandResponse Interface

public interface DataFlowDebugCommandResponse

An immutable client-side representation of DataFlowDebugCommandResponse.

Method Summary

Modifier and Type Method and Description
abstract String data()

Gets the data property: The result data of data preview, statistics or expression preview.

abstract DataFlowDebugCommandResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner object.

abstract String status()

Gets the status property: The run status of data preview, statistics or expression preview.

Method Details

data

public abstract String data()

Gets the data property: The result data of data preview, statistics or expression preview.

Returns:

the data value.

innerModel

public abstract DataFlowDebugCommandResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner object.

Returns:

the inner object.

status

public abstract String status()

Gets the status property: The run status of data preview, statistics or expression preview.

Returns:

the status value.

Applies to