QueryResponse.ResultTruncated Property

Definition

Gets or sets indicates whether the query results are truncated. Possible values include: 'true', 'false'

[Newtonsoft.Json.JsonProperty(PropertyName="resultTruncated")]
public Microsoft.Azure.Management.ResourceGraph.Models.ResultTruncated ResultTruncated { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resultTruncated")>]
member this.ResultTruncated : Microsoft.Azure.Management.ResourceGraph.Models.ResultTruncated with get, set
Public Property ResultTruncated As ResultTruncated

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to