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.
Options customizing the data transfer schedule.
Implements
IMessage<ScheduleOptions>, IEquatable<ScheduleOptions>, IDeepCloneable<ScheduleOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
ScheduleOptions()
public ScheduleOptions()
ScheduleOptions(ScheduleOptions)
public ScheduleOptions(ScheduleOptions other)
Parameter | |
---|---|
Name | Description |
other | ScheduleOptions |
Properties
DisableAutoScheduling
public bool DisableAutoScheduling { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Boolean |
EndTime
public Timestamp EndTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Timestamp |