Class Daily
Used to schedule the query to run every so many days.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class Daily : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExecutionTime
Optional. The time of day (in UTC) at which the query should run. If left unspecified, the server picks an arbitrary time of day and runs the query at the same time each day.
Declaration
[JsonProperty("executionTime")]
public virtual TimeOfDay ExecutionTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |
Periodicity
Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.
Declaration
[JsonProperty("periodicity")]
public virtual int? Periodicity { get; set; }
Property Value
Type | Description |
---|---|
int? |