FlinkJobProperties 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.
Properties of flink job.
public class FlinkJobProperties : Azure.ResourceManager.HDInsight.Containers.Models.ClusterJobProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.FlinkJobProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.FlinkJobProperties>
type FlinkJobProperties = class
inherit ClusterJobProperties
interface IJsonModel<FlinkJobProperties>
interface IPersistableModel<FlinkJobProperties>
Public Class FlinkJobProperties
Inherits ClusterJobProperties
Implements IJsonModel(Of FlinkJobProperties), IPersistableModel(Of FlinkJobProperties)
- Inheritance
- Implements
Constructors
FlinkJobProperties() |
Initializes a new instance of FlinkJobProperties. |
Properties
Action |
A string property that indicates the action to be performed on the Flink job. It can have one of the following enum values => NEW, UPDATE, STATELESS_UPDATE, STOP, START, CANCEL, SAVEPOINT, LIST_SAVEPOINT, or DELETE. |
ActionResult |
Action result of job. |
Args |
A string property representing additional JVM arguments for the Flink job. It should be space separated value. |
EntryClass |
A string property that specifies the entry class for the Flink job. |
FlinkConfiguration |
Additional properties used to configure Flink jobs. It allows users to set properties such as parallelism and jobSavePointDirectory. It accepts additional key-value pairs as properties, where the keys are strings and the values are strings as well. |
JarName |
A string property that represents the name of the job JAR. |
JobId |
Unique id for identifying a job. |
JobJarDirectory |
A string property that specifies the directory where the job JAR is located. |
JobName |
Name of job. |
JobOutput |
Output of job. |
LastSavePoint |
The last savepoint. |
RunId |
Run id of job. |
SavePointName |
A string property that represents the name of the savepoint for the Flink job. |
Status |
Status of job. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET