LogSchedulePolicy.ScheduleFrequencyInMins Property

Definition

Gets or sets frequency of the log schedule operation of this policy in minutes.

[Newtonsoft.Json.JsonProperty(PropertyName="scheduleFrequencyInMins")]
public int? ScheduleFrequencyInMins { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="scheduleFrequencyInMins")>]
member this.ScheduleFrequencyInMins : Nullable<int> with get, set
Public Property ScheduleFrequencyInMins As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to