public sealed class QueryTimeRange : IMessage<QueryTimeRange>, IEquatable<QueryTimeRange>, IDeepCloneable<QueryTimeRange>, IBufferMessage, IMessage
Requests might be rejected or the resulting timed count durations might be adjusted for lower durations.
Implements
IMessage<QueryTimeRange>, IEquatable<QueryTimeRange>, IDeepCloneable<QueryTimeRange>, IBufferMessage, IMessageNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
QueryTimeRange()
public QueryTimeRange()
QueryTimeRange(QueryTimeRange)
public QueryTimeRange(QueryTimeRange other)
Parameter | |
---|---|
Name | Description |
other | QueryTimeRange |
Properties
Period
public QueryTimeRange.Types.Period Period { get; set; }
Restricts the query to the specified time range.
Property Value | |
---|---|
Type | Description |
QueryTimeRange.Types.Period |