IGetInsightsResultsMetadata.TotalCount 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 total items found for the insights request
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="the total items found for the insights request", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=true, SerializedName="totalCount")]
public int TotalCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="the total items found for the insights request", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=true, SerializedName="totalCount")>]
member this.TotalCount : int with get, set
Public Property TotalCount As Integer
Property Value
- Attributes