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
Copy file name to clipboardExpand all lines: SpectraLogic.SpectraRioBrokerClient/Calls/Broker/RestoreRequest.cs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,10 @@ public class RestoreRequest : RestRequest
74
74
/// </param>
75
75
/// <param name="jobName">Name of the job. Default = null.</param>
76
76
/// <param name="jobPriority">Sets the job priority. Null if not specified.</param>
77
+
/// <param name="failFast">If enabled, when a validation error occurs the job fails immediately. If disabled, the job continues even though a validation error occurred. Default = true.</param>
0 commit comments