FilePosixProperties.FileType Property
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.
Optional, only applicable to files. The type of the file. The default value is Regular.
public Azure.Storage.Files.Shares.Models.NfsFileType? FileType { get; }
member this.FileType : Nullable<Azure.Storage.Files.Shares.Models.NfsFileType>
Public ReadOnly Property FileType As Nullable(Of NfsFileType)