Class AzureBasicFileAttributeView

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

public final class AzureBasicFileAttributeView extends Object implements BasicFileAttributeView
Provides support for basic file attributes.

The operations supported by this view and the attributes it reads are a strict subset of AzureBlobFileAttributeView and has the same network behavior. Therefore, while this type is offered for compliance with the NIO spec, AzureBlobFileAttributeView is generally preferred.

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