你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SparkRequest Class

Definition

The SparkRequest.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SparkRequest+SparkRequestConverter))]
public class SparkRequest
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SparkRequest+SparkRequestConverter))>]
type SparkRequest = class
Public Class SparkRequest
Inheritance
SparkRequest
Attributes

Properties

Archives

Gets the archives.

Arguments

Gets the arguments.

ClassName

Gets the class name.

Configuration

Dictionary of <string>.

DriverCores

Gets the driver cores.

DriverMemory

Gets the driver memory.

ExecutorCores

Gets the executor cores.

ExecutorCount

Gets the executor count.

ExecutorMemory

Gets the executor memory.

File

Gets the file.

Files

Gets the files.

Jars

Gets the jars.

Name

Gets the name.

PythonFiles

Gets the python files.

Applies to