SparkModelFactory.SparkStatementCollection Method

Definition

Initializes a new instance of SparkStatementCollection.

public static Azure.Analytics.Synapse.Spark.Models.SparkStatementCollection SparkStatementCollection (int total = 0, System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Spark.Models.SparkStatement> statements = default);
static member SparkStatementCollection : int * seq<Azure.Analytics.Synapse.Spark.Models.SparkStatement> -> Azure.Analytics.Synapse.Spark.Models.SparkStatementCollection
Public Shared Function SparkStatementCollection (Optional total As Integer = 0, Optional statements As IEnumerable(Of SparkStatement) = Nothing) As SparkStatementCollection

Parameters

total
Int32

Returns

A new SparkStatementCollection instance for mocking.

Applies to