Skip to main content

Class StorageInformation

Information about available storage devices

Assembly: Meadow.dll
View Source
Declaration
public abstract class StorageInformation : IStorageInformation

Implements:
Meadow.IStorageInformation

Properties

Name

The store name

View Source
Declaration
public string Name { get; protected set; }

SpaceAvailable

The space available in the store

View Source
Declaration
public DigitalStorage SpaceAvailable { get; protected set; }

Size

The total size of the store

View Source
Declaration
public DigitalStorage Size { get; protected set; }

Implements