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
* names can be specified in the query string <code>@</code> character followed by an
532
-
* identifier. The named Parameter <code>@scheduled_runtime</code> is reserved and can be used in the query to get the time at which the query is scheduled to run.</p>
533
-
* <p>The timestamp calculated according to the ScheduleConfiguration parameter, will be the value of <code>@scheduled_runtime</code> paramater for each query run.
534
-
* For example, consider an instance of a scheduled query executing on 2021-12-01 00:00:00. For this instance, the <code>@scheduled_runtime</code> parameter is
535
-
* initialized to the timestamp 2021-12-01 00:00:00 when invoking the query.</p>
530
+
* <p>The query string to run. Parameter names can be specified in the query string
531
+
* <code>@</code> character followed by an identifier. The named Parameter
532
+
* <code>@scheduled_runtime</code> is reserved and can be used in the query to get the
533
+
* time at which the query is scheduled to run.</p>
534
+
* <p>The timestamp calculated according to the ScheduleConfiguration parameter, will be the
535
+
* value of <code>@scheduled_runtime</code> paramater for each query run. For example,
536
+
* consider an instance of a scheduled query executing on 2021-12-01 00:00:00. For this
537
+
* instance, the <code>@scheduled_runtime</code> parameter is initialized to the timestamp
538
+
* 2021-12-01 00:00:00 when invoking the query.</p>
* <p>Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result. Making
561
-
* multiple identical CreateScheduledQuery requests has the same effect as making a single request.
562
-
*
563
-
* </p>
564
+
* <p>Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words,
565
+
* making the same request repeatedly will produce the same result. Making multiple
566
+
* identical CreateScheduledQuery requests has the same effect as making a single request. </p>
564
567
* <ul>
565
568
* <li>
566
569
* <p> If CreateScheduledQuery is called without a <code>ClientToken</code>, the
0 commit comments