DataFrame.IsStreaming 方法

定义

如果它 DataFrame 包含一个或多个源,这些源在数据到达时连续返回数据,则返回 true。

public bool IsStreaming ();
member this.IsStreaming : unit -> bool
Public Function IsStreaming () As Boolean

返回

如果流式处理数据帧,则为 True

适用于