Class ReplicationStats
ReplicationStats contains the stats of the replication. It contains the resources that are pending, finished, failed, and the errors if any.
Implements
Inherited Members
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?> |