Show / Hide Table of Contents

Class ReplicationStats

ReplicationStats contains the stats of the replication. It contains the resources that are pending, finished, failed, and the errors if any.

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

Properties

ETag

The ETag of the item.

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

Errors

The errors that occurred during replication, one error for each failed resource.

Declaration
[JsonProperty("errors")]
public virtual IList<Status> Errors { get; set; }
Property Value
Type Description
IList<Status>

FailedResources

The resources that are failed replication.

Declaration
[JsonProperty("failedResources")]
public virtual IList<string> FailedResources { get; set; }
Property Value
Type Description
IList<string>

FinishedResources

The resources that are finished replication.

Declaration
[JsonProperty("finishedResources")]
public virtual IList<string> FinishedResources { get; set; }
Property Value
Type Description
IList<string>

PendingResources

The resources that are pending replication.

Declaration
[JsonProperty("pendingResources")]
public virtual IList<string> PendingResources { get; set; }
Property Value
Type Description
IList<string>

RetryCount

The number of retries for the failed resources.

Declaration
[JsonProperty("retryCount")]
public virtual IList<int?> RetryCount { get; set; }
Property Value
Type Description
IList<int?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX