LivyRequestBase Constructors

Definition

Overloads

LivyRequestBase()
LivyRequestBase(String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, IDictionary<String,String>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>)

LivyRequestBase()

Source:
LivyRequestBase.cs
public LivyRequestBase ();
Public Sub New ()

Applies to

LivyRequestBase(String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, IDictionary<String,String>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>)

Source:
LivyRequestBase.cs
public LivyRequestBase (string name = default, string file = default, string className = default, System.Collections.Generic.IList<string> args = default, System.Collections.Generic.IList<string> jars = default, System.Collections.Generic.IList<string> files = default, System.Collections.Generic.IList<string> archives = default, System.Collections.Generic.IDictionary<string,string> conf = default, string driverMemory = default, int? driverCores = default, string executorMemory = default, int? executorCores = default, int? numExecutors = default);
new Microsoft.Azure.Synapse.Models.LivyRequestBase : string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Synapse.Models.LivyRequestBase
Public Sub New (Optional name As String = Nothing, Optional file As String = Nothing, Optional className As String = Nothing, Optional args As IList(Of String) = Nothing, Optional jars As IList(Of String) = Nothing, Optional files As IList(Of String) = Nothing, Optional archives As IList(Of String) = Nothing, Optional conf As IDictionary(Of String, String) = Nothing, Optional driverMemory As String = Nothing, Optional driverCores As Nullable(Of Integer) = Nothing, Optional executorMemory As String = Nothing, Optional executorCores As Nullable(Of Integer) = Nothing, Optional numExecutors As Nullable(Of Integer) = Nothing)

Parameters

name
String
file
String
className
String
args
IList<String>
jars
IList<String>
files
IList<String>
archives
IList<String>
driverMemory
String
driverCores
Nullable<Int32>
executorMemory
String
executorCores
Nullable<Int32>
numExecutors
Nullable<Int32>

Applies to