NfsFileType Struct
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.
The NfsFileType.
public readonly struct NfsFileType : IEquatable<Azure.Storage.Files.Shares.Models.NfsFileType>
type NfsFileType = struct
Public Structure NfsFileType
Implements IEquatable(Of NfsFileType)
- Inheritance
-
NfsFileType
- Implements
Constructors
NfsFileType(String) |
Initializes a new instance of NfsFileType. |
Properties
Directory |
Directory. |
Regular |
Regular. |
SymLink |
SymLink. |
Methods
Equals(NfsFileType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(NfsFileType, NfsFileType) |
Determines if two NfsFileType values are the same. |
Implicit(String to NfsFileType) |
Converts a String to a NfsFileType. |
Inequality(NfsFileType, NfsFileType) |
Determines if two NfsFileType values are not the same. |