Board

Board.Save

BoardAppStorageInfo Struct

Encapsulates app storage information on the Board device.

public struct BoardAppStorageInfo
Fields  
remainingStorage Remaining available storage space by this app (in bytes).
totalStorage Total storage space allocated per app (in bytes).
usagePercentage Percentage of storage used by this app (0.0 to 1.0).
usedStorage Currently used storage space by this app (in bytes).