Class TimedCount (2.0.0-beta05)

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.

Inheritance

Object > TimedCount

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

TimedCount()

public TimedCount()

TimedCount(TimedCount)

public TimedCount(TimedCount other)
Parameter
NameDescription
otherTimedCount

Properties

Count

public long Count { get; set; }

Approximate number of occurrences in the given time period.

Property Value
TypeDescription
Int64

EndTime

public Timestamp EndTime { get; set; }

End of the time period to which count refers (excluded).

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Start of the time period to which count refers (included).

Property Value
TypeDescription
Timestamp