---
title: NSFileProviderNamespacePolicy.materializeEagerly
framework: File Provider
role: symbol
role_heading: Case
platforms: [iOS 27.0+, iPadOS 27.0+, macOS 27.0+, visionOS 27.0+]
path: fileprovider/nsfileprovidernamespacepolicy/materializeeagerly
---

# NSFileProviderNamespacePolicy.materializeEagerly

Download this folder eagerly, make sure it’s always fully enumerated Keep downloading remote updates eagerly. Prevent eviction on low disk pressure and other triggers.

## Declaration

```swift
case materializeEagerly
```

## Discussion

Discussion When a folder with the inherited policy is moved into a folder with this policy, the system will automatically schedule a download.
