Trigger.Once 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.
A trigger that process only one batch of data in a streaming query then terminates the query.
public static Microsoft.Spark.Sql.Streaming.Trigger Once();
static member Once : unit -> Microsoft.Spark.Sql.Streaming.Trigger
Public Shared Function Once () As Trigger
Returns
Trigger Object