FileStoreAttributeView

  • FileStoreAttributeView provides a read-only or updatable view of the file system attributes.

  • It inherits the name() method from AttributeView to retrieve the attribute view's name.

  • The view is specifically for examining attributes of a FileStore, representing a storage pool like a hard drive or SSD.

public interface FileStoreAttributeView implements AttributeView

An attribute view that is a read-only or updatable view of the attributes of a FileStore.

Inherited Method Summary