Show / Hide Table of Contents

Class TransferStatusMetric

Metrics for tracking the transfer status.

Inheritance
object
TransferStatusMetric
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 TransferStatusMetric : IDirectResponseSchema

Properties

Completed

Optional. Number of units transferred successfully.

Declaration
[JsonProperty("completed")]
public virtual long? Completed { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Failed

Optional. Number of units that failed to transfer.

Declaration
[JsonProperty("failed")]
public virtual long? Failed { get; set; }
Property Value
Type Description
long?

Pending

Optional. Number of units pending transfer.

Declaration
[JsonProperty("pending")]
public virtual long? Pending { get; set; }
Property Value
Type Description
long?

Total

Optional. Total number of units for the transfer.

Declaration
[JsonProperty("total")]
public virtual long? Total { get; set; }
Property Value
Type Description
long?

Unit

Optional. Unit for measuring progress (e.g., BYTES).

Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX