Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.16 KB

applicationdata_roamingstoragequota.md

File metadata and controls

31 lines (20 loc) · 1.16 KB
-api-id -api-type
P:Windows.Storage.ApplicationData.RoamingStorageQuota
winrt property

Windows.Storage.ApplicationData.RoamingStorageQuota

-description

Gets the maximum size of the data that can be synchronized to the cloud from the roaming app data store.

-property-value

The maximum size of the data, in KB.

-remarks

Warning

Roaming data and settings is no longer supported as of Windows 11. The recommended replacement is Azure App Service. Azure App Service is widely supported, well documented, reliable, and supports cross-platform/cross-ecosystem scenarios such as iOS, Android and web. Settings stored here no longer roam (as of Windows 11), but the settings store is still available.

This documentation applies to Windows 10 versions 1909 and lower.

If the current size of the roaming data in the roaming app data store exceeds the maximum size specified by RoamingStorageQuota, the system suspends data replication for all apps in the package to the cloud until the current size no longer exceeds the maximum size.

-examples

-see-also