设备网络SDK开发使用手册 |
<LiteStorage version="2.0">
<id> <!-- req, xs:string--> </id> <enabled> <!-- req, xs:boolean --> </enabled> <capacity> <!-- ro, opt, xs:float,GB --> </capacity> <storageTime min="1" max="30"> <!-- req, xs:integer--> </storageTime> <level opt="low,medium,high" def="medium"> <!--req, xs:string, "低,中,高" --> </level> <DefStorageTime> <!--dep, "存储时间推荐值"--> <low min="" max=""> <!-- ro, opt, xs:integer, 低模式下推荐天数--> </low> <medium min="" max=""> <!-- ro, opt, xs:integer, 中模式下推荐天数--> </medium> <high min="" max=""> <!-- ro, opt, xs:integer, 高模式下推荐天数--> </high> </DefStorageTime> </LiteStorage> |