schedule property
- @TagNumber(5)
A cron expression representing the expected execution schedule in UTC (note this also defines the input time window; an hourly schedule would process 1 hour of data at a time).
Implementation
@$pb.TagNumber(5)
$core.String get schedule => $_getSZ(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set schedule($core.String v) { $_setString(4, v); }