Class TransferResource
Resource(table/partition) that is being transferred.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class TransferResource : IDirectResponseSchema
Properties
Destination
Optional. Resource destination.
Declaration
[JsonProperty("destination")]
public virtual string Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HierarchyDetail
Optional. Details about the hierarchy.
Declaration
[JsonProperty("hierarchyDetail")]
public virtual HierarchyDetail HierarchyDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| HierarchyDetail |
LastSuccessfulRun
Output only. Run details for the last successful run.
Declaration
[JsonProperty("lastSuccessfulRun")]
public virtual TransferRunBrief LastSuccessfulRun { get; set; }
Property Value
| Type | Description |
|---|---|
| TransferRunBrief |
LatestRun
Optional. Run details for the latest run.
Declaration
[JsonProperty("latestRun")]
public virtual TransferRunBrief LatestRun { get; set; }
Property Value
| Type | Description |
|---|---|
| TransferRunBrief |
LatestStatusDetail
Optional. Status details for the latest run.
Declaration
[JsonProperty("latestStatusDetail")]
public virtual TransferResourceStatusDetail LatestStatusDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| TransferResourceStatusDetail |
Name
Identifier. Resource name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Optional. Resource type.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. Time when the resource was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |