DirectoryEntryType Enum
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.
Enum containing two types of directory entry
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.FileTypeEnumConverter))]
public enum DirectoryEntryType
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.DataLake.Store.Serialization.FileTypeEnumConverter))>]
type DirectoryEntryType =
Public Enum DirectoryEntryType
- Inheritance
-
DirectoryEntryType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
| Name | Value | Description |
|---|---|---|
| DIRECTORY | 0 | |
| FILE | 1 |