Class StartManualTransferRunsRequest
A request to start manual transfer runs.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class StartManualTransferRunsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestedRunTime
object representation of RequestedRunTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RequestedRunTimeDateTimeOffset instead.")]
public virtual object RequestedRunTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RequestedRunTimeDateTimeOffset
DateTimeOffset representation of RequestedRunTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RequestedRunTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RequestedRunTimeRaw
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values.
Declaration
[JsonProperty("requestedRunTime")]
public virtual string RequestedRunTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestedTimeRange
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values.
Declaration
[JsonProperty("requestedTimeRange")]
public virtual TimeRange RequestedTimeRange { get; set; }
Property Value
Type | Description |
---|---|
TimeRange |