public static interface ScheduleConfig.Builder extends SdkPojo, CopyableBuilder<ScheduleConfig.Builder,ScheduleConfig>
| Modifier and Type | Method and Description |
|---|---|
ScheduleConfig.Builder |
durationInSeconds(Integer durationInSeconds)
The total duration to record the media.
|
ScheduleConfig.Builder |
scheduleExpression(String scheduleExpression)
The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local media file,
onto the Edge Agent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduleConfig.Builder scheduleExpression(String scheduleExpression)
The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local media file,
onto the Edge Agent. If the ScheduleExpression is not provided for the
RecorderConfig, then the Edge Agent will always be set to recording mode.
For more information about Quartz, refer to the Cron Trigger Tutorial page to understand the valid expressions and its use.
scheduleExpression - The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local
media file, onto the Edge Agent. If the ScheduleExpression is not provided for the
RecorderConfig, then the Edge Agent will always be set to recording mode.
For more information about Quartz, refer to the Cron Trigger Tutorial page to understand the valid expressions and its use.
ScheduleConfig.Builder durationInSeconds(Integer durationInSeconds)
The total duration to record the media. If the ScheduleExpression attribute is provided, then
the DurationInSeconds attribute should also be specified.
durationInSeconds - The total duration to record the media. If the ScheduleExpression attribute is provided,
then the DurationInSeconds attribute should also be specified.Copyright © 2023. All rights reserved.