WinRT漫游文件夹的大小

编程入门 行业动态 更新时间:2024-10-27 01:22:18
本文介绍了WinRT漫游文件夹的大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

您好! 我需要你的帮助男女孩:-)。 我正在搞乱Win RT制作一些应用......好吧,我喜欢使用漫游文件夹来存储一些文本文件。那么,我读过它(漫游文件夹)只能是100kb?!这个并不多,有些文本文件会比那些更大吗?我该怎么办,或者我错过了什么? 非常感谢!! :) greetings

Hello! I need your help guys and girls :-). I´m messing around with Win RT to make some apps....well, I like to use the roaming folder to store some textfiles. So, I´ve read that it (the roaming folder) can only be 100kb at all?! this is not much, and some textfiles will be bigger then that? what should I do, or I´m missinformed? thanks a lot!! :) greetings

推荐答案

您好 您需要阅读RoamingStorageQuota的价值,以了解您的应用程序可以使用多少数据,请参阅此处: msdn.microsoft/en-gb/library/windows/apps/windows.storage.applicationdata.roamingstoragequota [ ^ ] Hi you need to read the value of RoamingStorageQuota to know how much data your application can use see here: msdn.microsoft/en-gb/library/windows/apps/windows.storage.applicationdata.roamingstoragequota[^] var roamingStorageQuota = applicationData.roamingStorageQuota;

通常它并不多......但它不是为了存储数据而是应用程序设置和类似的东西。这个想法是,如果你的应用程序在不同的设备上运行相同的帐户,它将具有相同的状态,属性等。 如果你的应用程序需要存储一些数据你应考虑使用Azure(或其他云服务)来存储该数据,这将删除漫游文件夹的所有大小限制。 Valery。

Typically it is not much... but it is not intended to store data apart from application settings and things like that. The idea is that if you application runs with the same accounts on different devices it will have the same state, properties etc. If your application needs to store some data you should consider using Azure (or another cloud service) to store that data, that will remove all the size constraints of the roaming folder. Valery.

更多推荐

WinRT漫游文件夹的大小

本文发布于:2023-11-12 17:02:14,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1582039.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:文件夹   大小   WinRT

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!