public sealed class TimedCount : IMessage<TimedCount>, IEquatable<TimedCount>, IDeepCloneable<TimedCount>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class TimedCount.
The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.
Implements
IMessageTimedCount, IEquatableTimedCount, IDeepCloneableTimedCount, 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 |
long |
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 |