Type Alias GenericDimensionInfo

type GenericDimensionInfo = {
    qAndMode?: boolean;
    qApprMaxGlyphCount?: number;
    qCardinal?: number;
    qIsSemantic?: boolean;
    qTags?: string[];
}
Index

Properties

qAndMode?: boolean

If set to true a logical AND (instead of a logical OR) is used when making selections in a field. The default value is false.

qApprMaxGlyphCount?: number

Length of the longest value in the field.

qCardinal?: number

Number of distinct field values

qIsSemantic?: boolean

If set to true, it means that the field is a semantic.

qTags?: string[]

Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII