DataStreamWriter.Foreach(IForeachWriter) Method
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.
Sets the output of the streaming query to be processed using the provided writer object. See IForeachWriter for more details on the lifecycle and semantics.
[Microsoft.Spark.Since("2.4.0")]
public Microsoft.Spark.Sql.Streaming.DataStreamWriter Foreach (Microsoft.Spark.Sql.IForeachWriter writer);
[<Microsoft.Spark.Since("2.4.0")>]
member this.Foreach : Microsoft.Spark.Sql.IForeachWriter -> Microsoft.Spark.Sql.Streaming.DataStreamWriter
Public Function Foreach (writer As IForeachWriter) As DataStreamWriter
Parameters
- writer
- IForeachWriter
Returns
This DataStreamWriter object
- Attributes