public sealed class TimedCount : IMessage<TimedCount>, IEquatable<TimedCount>, IDeepCloneable<TimedCount>, IBufferMessage, IMessage
The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.
Implements
IMessage<TimedCount>, IEquatable<TimedCount>, IDeepCloneable<TimedCount>, IBufferMessage, IMessageNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
TimedCount()
public TimedCount()
TimedCount(TimedCount)
public TimedCount(TimedCount other)
Parameter | |
---|---|
Name | Description |
other | TimedCount |
Properties
Count
public long Count { get; set; }
Approximate number of occurrences in the given time period.
Property Value | |
---|---|
Type | Description |
Int64 |
EndTime
public Timestamp EndTime { get; set; }
End of the time period to which count
refers (excluded).
Property Value | |
---|---|
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
Start of the time period to which count
refers (included).
Property Value | |
---|---|
Type | Description |
Timestamp |