ICodelessApiPollingDataConnector.RequestQueryWindowInMin Property

Definition

The window interval we will use the pull the data

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The window interval we will use the pull the data", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="queryWindowInMin", Update=true)]
public int? RequestQueryWindowInMin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The window interval we will use the pull the data", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="queryWindowInMin", Update=true)>]
member this.RequestQueryWindowInMin : Nullable<int> with get, set
Public Property RequestQueryWindowInMin As Nullable(Of Integer)

Property Value

Attributes

Applies to