Show / Hide Table of Contents

Class TransferStats

TransferStats reports all statistics related to replication transfer.

Inheritance
object
TransferStats
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.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class TransferStats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LagDuration

Lag duration indicates the duration by which Destination region volume content lags behind the primary region volume content.

Declaration
[JsonProperty("lagDuration")]
public virtual object LagDuration { get; set; }
Property Value
Type Description
object

LastTransferBytes

Last transfer size in bytes.

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

LastTransferDuration

Time taken during last transfer.

Declaration
[JsonProperty("lastTransferDuration")]
public virtual object LastTransferDuration { get; set; }
Property Value
Type Description
object

LastTransferEndTime

object representation of LastTransferEndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastTransferEndTimeDateTimeOffset instead.")]
public virtual object LastTransferEndTime { get; set; }
Property Value
Type Description
object

LastTransferEndTimeDateTimeOffset

DateTimeOffset representation of LastTransferEndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastTransferEndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastTransferEndTimeRaw

Time when last transfer completed.

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

LastTransferError

A message describing the cause of the last transfer failure.

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

TotalTransferDuration

Cumulative time taken across all transfers for the replication relationship.

Declaration
[JsonProperty("totalTransferDuration")]
public virtual object TotalTransferDuration { get; set; }
Property Value
Type Description
object

TransferBytes

Cumulative bytes transferred so far for the replication relationship.

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

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

Time when progress was updated last.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX