StorageCloudBlobCmdletBase.isDirectory(PathProperties) Method
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.
decide if a object represent a folder of datalake gen2
public static bool isDirectory (Azure.Storage.Files.DataLake.Models.PathProperties fileProperties);
static member isDirectory : Azure.Storage.Files.DataLake.Models.PathProperties -> bool
Public Shared Function isDirectory (fileProperties As PathProperties) As Boolean
Parameters
- fileProperties
- PathProperties
the PathProperties of the datalakeGen2 Object
Returns
return true if it represent a folder of datalake gen2