ApplicationData.RoamingStorageQuota | roamingStorageQuota property

1 out of 7 rated this helpful - Rate this topic

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

Syntax


var roamingStorageQuota = applicationData.roamingStorageQuota;

Property value

Type: Number [JavaScript] | System.UInt64 [.NET] | uint64 [C++]

The maximum size of the data, in KB.

Remarks

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.

Windows Phone 8

This API is not implemented and will throw an exception if called.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Storage
Windows::Storage [C++]

Metadata

Windows.winmd

DLL

Windows.Storage.ApplicationData.dll

See also

ApplicationData

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.