<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSVolumeHandlerResult/requestedAttributes",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSVolumeHandlerResult(cpy)requestedAttributes"
  },
  "title" : "requestedAttributes"
}
-->

# requestedAttributes

A set of attributes to populate.

```
class var requestedAttributes: FSItem.GetAttributesRequest { get }
```

## Discussion

Your module populates these attributes in [`FSItem.Attributes`](/documentation/FSKit/FSItem/Attributes) instances.

Different operations may require different attribute sets. Access this property through the relevant result subclass, such as ``FSLookupItemResult.requestedAttributes`.

> Important: Be sure to populate all requested attributes. FSKit caches all populated attributes and may use them in subsequent operations, even if not explicitly requested.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)