SparkSessionClient Class

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.

The SparkSession service client.

C#
public class SparkSessionClient
Inheritance
SparkSessionClient

Constructors

SparkSessionClient()

Initializes a new instance of SparkSessionClient for mocking.

SparkSessionClient(Uri, String, TokenCredential, String, SparkClientOptions)

Initializes a new instance of SparkSessionClient.

Methods

CancelSparkSession(Int32, CancellationToken)

Cancels a running spark session.

CancelSparkSessionAsync(Int32, CancellationToken)

Cancels a running spark session.

CancelSparkStatement(Int32, Int32, CancellationToken)

Kill a statement within a session.

CancelSparkStatementAsync(Int32, Int32, CancellationToken)

Kill a statement within a session.

GetSparkSession(Int32, Nullable<Boolean>, CancellationToken)

Gets a single spark session.

GetSparkSessionAsync(Int32, Nullable<Boolean>, CancellationToken)

Gets a single spark session.

GetSparkSessions(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

List all spark sessions which are running under a particular spark pool.

GetSparkSessionsAsync(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

List all spark sessions which are running under a particular spark pool.

GetSparkStatement(Int32, Int32, CancellationToken)

Gets a single statement within a spark session.

GetSparkStatementAsync(Int32, Int32, CancellationToken)

Gets a single statement within a spark session.

GetSparkStatements(Int32, CancellationToken)

Gets a list of statements within a spark session.

GetSparkStatementsAsync(Int32, CancellationToken)

Gets a list of statements within a spark session.

ResetSparkSessionTimeout(Int32, CancellationToken)

Sends a keep alive call to the current session to reset the session timeout.

ResetSparkSessionTimeoutAsync(Int32, CancellationToken)

Sends a keep alive call to the current session to reset the session timeout.

StartCreateSparkSession(SparkSessionOptions, Nullable<Boolean>, CancellationToken)
StartCreateSparkSessionAsync(SparkSessionOptions, Nullable<Boolean>, CancellationToken)
StartCreateSparkStatement(Int32, SparkStatementOptions, CancellationToken)
StartCreateSparkStatementAsync(Int32, SparkStatementOptions, CancellationToken)

Applies to

Product Versions
Azure SDK for .NET Preview