Represents qualitative data about the server.

interface Dimension {
    data: DimensionData[];
    key: DimensionKey;
}

Properties

Properties

The data available for the requested dimension.

The unique keystring for the requested dimension.