schedule property

  1. @TagNumber(5)
String get schedule

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);
  1. @TagNumber(5)
set schedule (String v)

Implementation

@$pb.TagNumber(5)
set schedule($core.String v) { $_setString(4, v); }