Interface MDCube

interface MDCube {
    __id__?: string;
    annotations?: Annotation[];
    caption?: string;
    catalog?: string;
    cubeCaption?: string;
    cubeType?: string;
    entityType: EntityType;
    indicators?: Indicator[];
    name: string;
    visible?: boolean;
}

Hierarchy

Properties

__id__?: string
annotations?: Annotation[]
caption?: string

Caption for entity

catalog?: string

Catalog of entity

cubeCaption?: string
cubeType?: string
entityType: EntityType

Entity Type 定义

indicators?: Indicator[]
name: string
visible?: boolean

Visible Property

Generated using TypeDoc