Package version:

Interface Dimension

Dimension of blobs, possibly be blob type or access tier.

interface Dimension {
    displayName?: string;
    name?: string;
}

Properties

Properties

displayName?: string

Display name of dimension.

name?: string

Display name of dimension.