Share via


FileStatusProperties.Type Property

Definition

Gets the type of the path object. Possible values include: 'FILE', 'DIRECTORY'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Management.DataLake.Store.Models.FileType? Type { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FileType>
Public ReadOnly Property Type As Nullable(Of FileType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to