BigDataPoolSparkConfigProperties 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.
SparkConfig Properties for a Big Data pool powered by Apache Spark.
public class BigDataPoolSparkConfigProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.BigDataPoolSparkConfigProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.BigDataPoolSparkConfigProperties>
public class BigDataPoolSparkConfigProperties
type BigDataPoolSparkConfigProperties = class
interface IJsonModel<BigDataPoolSparkConfigProperties>
interface IPersistableModel<BigDataPoolSparkConfigProperties>
type BigDataPoolSparkConfigProperties = class
Public Class BigDataPoolSparkConfigProperties
Implements IJsonModel(Of BigDataPoolSparkConfigProperties), IPersistableModel(Of BigDataPoolSparkConfigProperties)
Public Class BigDataPoolSparkConfigProperties
- Inheritance
-
BigDataPoolSparkConfigProperties
- Implements
Constructors
BigDataPoolSparkConfigProperties() |
Initializes a new instance of BigDataPoolSparkConfigProperties. |
Properties
ConfigurationType |
The type of the spark config properties file. |
Content |
The spark config properties. |
Filename |
The filename of the spark config properties file. |
UpdatedOn |
The last update time of the spark config properties file. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<BigDataPoolSparkConfigProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BigDataPoolSparkConfigProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BigDataPoolSparkConfigProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BigDataPoolSparkConfigProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BigDataPoolSparkConfigProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET