public sealed class QueryTimeRange : IMessage<QueryTimeRange>, IEquatable<QueryTimeRange>, IDeepCloneable<QueryTimeRange>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class QueryTimeRange.
A time range for which error group data shall be displayed. Query time ranges end at 'now'. When longer time ranges are selected, the resolution of the data decreases. The description of each time range below indicates the suggested minimum timed count duration for that range.
Requests might be rejected or the resulting timed count durations might be adjusted for lower durations.
Implements
IMessageQueryTimeRange, IEquatableQueryTimeRange, IDeepCloneableQueryTimeRange, 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 |
QueryTimeRangeTypesPeriod |
|