FileStatusProperties.ChildrenNum Property

Definition

Gets the number of children in the directory.

[Newtonsoft.Json.JsonProperty(PropertyName="childrenNum")]
public long? ChildrenNum { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="childrenNum")>]
member this.ChildrenNum : Nullable<int64>
Public ReadOnly Property ChildrenNum As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to