The statistic information for a streaming job stage

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public StreamingExecutionStats StreamingExecutionStat { get; set; }
Visual Basic
Public Property StreamingExecutionStat As StreamingExecutionStats
	Get
	Set
Visual C++
public:
property StreamingExecutionStats^ StreamingExecutionStat {
	StreamingExecutionStats^ get ();
	void set (StreamingExecutionStats^ value);
}

See Also