You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Specifies whether job run queuing is enabled for the job runs for this job.</p>
1062
+
* <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>
1063
+
* <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>
1064
+
* @public
1065
+
*/
1066
+
JobRunQueuingEnabled?: boolean;
1067
+
1060
1068
/**
1061
1069
* <p>Description of the job being defined.</p>
1062
1070
* @public
@@ -1319,6 +1327,14 @@ export interface Job {
1319
1327
*/
1320
1328
JobMode?: JobMode;
1321
1329
1330
+
/**
1331
+
* <p>Specifies whether job run queuing is enabled for the job runs for this job.</p>
1332
+
* <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>
1333
+
* <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>
* <p>Specifies whether job run queuing is enabled for the job runs for this job.</p>
1591
+
* <p>A value of true means job run queuing is enabled for the job runs. If false or not populated, the job runs will not be considered for queueing.</p>
1592
+
* <p>If this field does not match the value set in the job run, then the value from the job run field will be used.</p>
0 commit comments