Class Hourly
Used to schedule the query to run every so many hours.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class Hourly : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinuteOffset
Optional. The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.
Declaration
[JsonProperty("minuteOffset")]
public virtual int? MinuteOffset { get; set; }
Property Value
Type | Description |
---|---|
int? |
Periodicity
Required. The number of hours between runs. Must be greater than or equal to 1 hour and less than or equal to 48 hours.
Declaration
[JsonProperty("periodicity")]
public virtual int? Periodicity { get; set; }
Property Value
Type | Description |
---|---|
int? |