Class AzureBlobFileAttributeView

java.lang.Object
com.azure.storage.blob.nio.AzureBlobFileAttributeView
All Implemented Interfaces:
AttributeView, BasicFileAttributeView, FileAttributeView

public final class AzureBlobFileAttributeView extends Object implements BasicFileAttributeView
A file attribute view that provides a view of attributes specific to files stored as blobs in Azure Storage.

All attributes are retrieved from the file system as a bulk operation.

setTimes(FileTime, FileTime, FileTime) is not supported.