Uses of Enum
com.azure.storage.file.share.models.NtfsFileAttributes
Packages that use NtfsFileAttributes
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing the data models for AzureFileStorage.
-
Uses of NtfsFileAttributes in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return types with arguments of type NtfsFileAttributesModifier and TypeMethodDescriptionFileSmbProperties.getNtfsFileAttributes()
Gets the file'sNtfsFileAttributes
.Method parameters in com.azure.storage.file.share with type arguments of type NtfsFileAttributesModifier and TypeMethodDescriptionFileSmbProperties.setNtfsFileAttributes
(EnumSet<NtfsFileAttributes> ntfsFileAttributes) Sets the ntfs file attributes. -
Uses of NtfsFileAttributes in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return NtfsFileAttributesModifier and TypeMethodDescriptionstatic NtfsFileAttributes
Returns the enum constant of this type with the specified name.static NtfsFileAttributes[]
NtfsFileAttributes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.storage.file.share.models that return types with arguments of type NtfsFileAttributesModifier and TypeMethodDescriptionShareFileItem.getFileAttributes()
Gets the NTFS attributes of the file or directory.static EnumSet
<NtfsFileAttributes> NtfsFileAttributes.toAttributes
(String ntfsAttributes) Creates an enum set ofNtfsFileAttributes
from a valid String .Method parameters in com.azure.storage.file.share.models with type arguments of type NtfsFileAttributesModifier and TypeMethodDescriptionstatic String
NtfsFileAttributes.toString
(EnumSet<NtfsFileAttributes> ntfsAttributes) Converts an enum set ofNtfsFileAttributes
to a string.Constructor parameters in com.azure.storage.file.share.models with type arguments of type NtfsFileAttributesModifierConstructorDescriptionShareFileItem
(String name, boolean isDirectory, String id, ShareFileItemProperties properties, EnumSet<NtfsFileAttributes> fileAttributes, String permissionKey, Long fileSize) Creates an instance of file or directory reference information about a specific Share.