FileStoreAttributeView
Stay organized with collections
Save and categorize content based on your preferences.
An attribute view that is a read-only or updatable view of the attributes of
a FileStore
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[[["\u003cp\u003e\u003ccode\u003eFileStoreAttributeView\u003c/code\u003e provides a read-only or updatable view of the file system attributes.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits the \u003ccode\u003ename()\u003c/code\u003e method from \u003ccode\u003eAttributeView\u003c/code\u003e to retrieve the attribute view's name.\u003c/p\u003e\n"],["\u003cp\u003eThe view is specifically for examining attributes of a \u003ccode\u003eFileStore\u003c/code\u003e, representing a storage pool like a hard drive or SSD.\u003c/p\u003e\n"]]],[],null,["# FileStoreAttributeView\n\npublic interface **FileStoreAttributeView** implements [AttributeView](../../../../../reference/java/nio/file/attribute/AttributeView.html) \nAn attribute view that is a read-only or updatable view of the attributes of\na [FileStore](../../../../../reference/java/nio/file/FileStore.html). \n\n### Inherited Method Summary\n\nFrom interface [java.nio.file.attribute.AttributeView](../../../../../reference/java/nio/file/attribute/AttributeView.html) \n\n|-------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|\n| abstract [String](../../../../../reference/java/lang/String.html) | [name](../../../../../reference/java/nio/file/attribute/AttributeView.html#name())() Returns the name of the attribute view. |"]]