| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.withFrequencyInMinutes(int frequencyInMinutes)
Set frequency (in minutes) at which rule condition should be evaluated.
|
Schedule |
Schedule.withTimeWindowInMinutes(int timeWindowInMinutes)
Set time window for which data needs to be fetched for query (should be greater than or equal to frequencyInMinutes).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/