QueryResponse.ResultTruncated 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.
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