Class TransferStatusMetric
Metrics for tracking the transfer status.
Implements
Inherited Members
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 |