Interface IStorageInformation
Information about available storage devices
Assembly: Meadow.Contracts.dll
[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/IStorageInformation.cs#L8)
public interface IStorageInformation
Properties
Name
The store name
[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/IStorageInformation.cs#L13)
string Name { get; }
SpaceAvailable
The space available in the store
[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/IStorageInformation.cs#L17)
DigitalStorage SpaceAvailable { get; }
Size
The total size of the store
[View Source](https://github.com/WildernessLabs/Meadow.Contracts/blob/633/merge/Source/Meadow.Contracts/Platform OS/IStorageInformation.cs#L21)
DigitalStorage Size { get; }