Package version:
OptionalactionA 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.
Optional ReadonlyactionAction result of job. NOTE: This property will not be serialized. It can only be populated by the server.
OptionalargsA string property representing additional JVM arguments for the Flink job. It should be space separated value.
OptionalentryA string property that specifies the entry class for the Flink job.
OptionalflinkAdditional 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.
OptionaljarA string property that represents the name of the job JAR.
Optional ReadonlyjobUnique id for identifying a job NOTE: This property will not be serialized. It can only be populated by the server.
OptionaljobA string property that specifies the directory where the job JAR is located.
OptionaljobName of job
Optional ReadonlyjobOutput of job. NOTE: This property will not be serialized. It can only be populated by the server.
Polymorphic discriminator, which specifies the different types this object can be
Optional ReadonlylastThe last savepoint. NOTE: This property will not be serialized. It can only be populated by the server.
OptionalrunRun id of job
OptionalsaveA string property that represents the name of the savepoint for the Flink job
Optional ReadonlystatusStatus of job. NOTE: This property will not be serialized. It can only be populated by the server.
Properties of flink job.