Class TransferResourceStatusDetail
Status details of the resource being transferred.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1.Data
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class TransferResourceStatusDetail : IDirectResponseSchema
Properties
CompletedPercentage
Output only. Percentage of the transfer completed. Valid values: 0-100.
Declaration
[JsonProperty("completedPercentage")]
public virtual double? CompletedPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
Optional. Transfer error details for the resource.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
| Type | Description |
|---|---|
| Status |
State
Optional. Transfer state of the resource.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Summary
Optional. Transfer status summary of the resource.
Declaration
[JsonProperty("summary")]
public virtual TransferStatusSummary Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| TransferStatusSummary |