public sealed class ScheduleOptions : IMessage<ScheduleOptions>, IEquatable<ScheduleOptions>, IDeepCloneable<ScheduleOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class ScheduleOptions.
If true, automatic scheduling of data transfer runs for this configuration
will be disabled. The runs can be started on ad-hoc basis using
StartManualTransferRuns API. When automatic scheduling is disabled, the
TransferConfig.schedule field will be ignored.
Defines time to stop scheduling transfer runs. A transfer run cannot be
scheduled at or after the end time. The end time can be changed at any
moment. The time when a data transfer can be triggered manually is not
limited by this option.
Specifies time to start scheduling transfer runs. The first run will be
scheduled at or after the start time according to a recurrence pattern
defined in the schedule string. The start time can be changed at any
moment. The time when a data transfer can be triggered manually is not
limited by this option.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eScheduleOptions\u003c/code\u003e class within the Google BigQuery Data Transfer v1 API, specifically for version 4.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduleOptions\u003c/code\u003e class allows customization of data transfer schedules, and is accessible through various versions of the API, from 3.1.0 up to the latest 4.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduleOptions\u003c/code\u003e class has properties such as \u003ccode\u003eDisableAutoScheduling\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, and \u003ccode\u003eStartTime\u003c/code\u003e, which allow control over whether a transfer runs automatically, when it ends and when it begins.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduleOptions\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor overloads provided for the \u003ccode\u003eScheduleOptions\u003c/code\u003e class, one is the default, and the other takes an instance of the class as a parameter.\u003c/p\u003e\n"]]],[],null,[]]