Class TreeAggregationResultItemDetail
Detail for a tree aggregation result item.
Inheritance
TreeAggregationResultItemDetail
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class TreeAggregationResultItemDetail : AggregationResultItemDetailBase
Properties
Indicates if the node contains children.
Declaration
[JsonProperty("hasChildren", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool HasChildren { get; set; }
Property Value
Path of the item. Use together with TreeFilter.
Declaration
[JsonProperty("path", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Path { get; set; }
Property Value
Resolved path components of the path.
Declaration
[JsonProperty("resolvedPathComponents", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<TreeAggregationResultPathComponent> ResolvedPathComponents { get; set; }
Property Value
Methods
Declaration
public static TreeAggregationResultItemDetail FromJson(string data)
Parameters
Returns