public sealed class Replay.Types.ResultsSummary : IMessage<Replay.Types.ResultsSummary>, IEquatable<Replay.Types.ResultsSummary>, IDeepCloneable<Replay.Types.ResultsSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Simulator v1 API class Replay.Types.ResultsSummary.
Summary statistics about the replayed log entries.
Implements
IMessageReplayTypesResultsSummary, IEquatableReplayTypesResultsSummary, IDeepCloneableReplayTypesResultsSummary, IBufferMessage, IMessageNamespace
Google.Cloud.PolicySimulator.V1Assembly
Google.Cloud.PolicySimulator.V1.dll
Constructors
ResultsSummary()
public ResultsSummary()
ResultsSummary(ResultsSummary)
public ResultsSummary(Replay.Types.ResultsSummary other)
Parameter | |
---|---|
Name | Description |
other |
ReplayTypesResultsSummary |
Properties
DifferenceCount
public int DifferenceCount { get; set; }
The number of replayed log entries with a difference between baseline and simulated policies.
Property Value | |
---|---|
Type | Description |
int |
ErrorCount
public int ErrorCount { get; set; }
The number of log entries that could not be replayed.
Property Value | |
---|---|
Type | Description |
int |
LogCount
public int LogCount { get; set; }
The total number of log entries replayed.
Property Value | |
---|---|
Type | Description |
int |
NewestDate
public Date NewestDate { get; set; }
The date of the newest log entry replayed.
Property Value | |
---|---|
Type | Description |
Date |
OldestDate
public Date OldestDate { get; set; }
The date of the oldest log entry replayed.
Property Value | |
---|---|
Type | Description |
Date |
UnchangedCount
public int UnchangedCount { get; set; }
The number of replayed log entries with no difference between baseline and simulated policies.
Property Value | |
---|---|
Type | Description |
int |