public sealed class ScheduleOptions : IMessage<ScheduleOptions>, IEquatable<ScheduleOptions>, IDeepCloneable<ScheduleOptions>, IBufferMessage, IMessage
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 trigerred 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 trigerred manually is not
limited by this option.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ScheduleOptions` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, detailing its functionality for customizing data transfer schedules."],["The content lists version-specific documentation links for `ScheduleOptions`, ranging from version 3.1.0 to the latest, version 4.10.0, and also including 3.4.0, which is the current version for the displayed page."],["The `ScheduleOptions` class allows for the configuration of automatic scheduling, specifying the start and end times for transfer runs, and supports manual triggering of data transfers, regardless of schedule settings."],["`ScheduleOptions` implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation details the `ScheduleOptions` class's properties, including `DisableAutoScheduling`, `EndTime`, and `StartTime`, with a description and a link to their data types, alongside its constructors, such as the default one and one that receives other `ScheduleOptions`."]]],[]]