ICodelessApiPollingDataConnector.RequestQueryWindowInMin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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