IEntityGetInsightsResponse.MetaDataTotalCount Property

Definition

the total items found for the insights request

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="the total items found for the insights request", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="totalCount", Update=true)]
public int? MetaDataTotalCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="the total items found for the insights request", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="totalCount", Update=true)>]
member this.MetaDataTotalCount : Nullable<int> with get, set
Public Property MetaDataTotalCount As Nullable(Of Integer)

Property Value

Attributes

Applies to