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
This command starts the job StreamingJob and specifies that the output event stream should start at timestamp 2014-07-03T01:00Z.
@@ -67,7 +67,7 @@ Specifies the start mode for the job.
67
67
Valid values are:
68
68
- JobStartTime - This value indicates that the starting point of the output event stream should start when the job is started.
69
69
- CustomTime - This value indicates that the starting point of the output event stream should start at a custom time that is specified in the *OutputStartTime* parameter.
70
-
-- LastOutputEventTime - This value indicates that the starting point of the output event stream should start from the last event output time.
70
+
- LastOutputEventTime - This value indicates that the starting point of the output event stream should start from the last event output time.
71
71
If the property is absent, the default is JobStartTime.
0 commit comments