public static interface TimeBasedCollectionScheme.Builder extends SdkPojo, CopyableBuilder<TimeBasedCollectionScheme.Builder,TimeBasedCollectionScheme>
| Modifier and Type | Method and Description |
|---|---|
TimeBasedCollectionScheme.Builder |
periodMs(Long periodMs)
The time period (in milliseconds) to decide how often to collect data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeBasedCollectionScheme.Builder periodMs(Long periodMs)
The time period (in milliseconds) to decide how often to collect data. For example, if the time period is
60000, the Edge Agent software collects data once every minute.
periodMs - The time period (in milliseconds) to decide how often to collect data. For example, if the time period
is 60000, the Edge Agent software collects data once every minute.Copyright © 2022. All rights reserved.