Skip to main content

Interface IStorageInformation

Information about available storage devices

Assembly: Meadow.Contracts.dll​
View Source​
Declaration
public interface IStorageInformation

Properties​

Name​

The store name

View Source​
Declaration
string Name { get; }

SpaceAvailable​

The space available in the store

View Source​
Declaration
DigitalStorage SpaceAvailable { get; }

Size​

The total size of the store

View Source​
Declaration
DigitalStorage Size { get; }