Show / Hide Table of Contents

Class TransferResourceStatusDetail

Status details of the resource being transferred.

Inheritance
object
TransferResourceStatusDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX