Attribute

Type

Description

anythingForDisplay

boolean

A flag for whether any minimum or maximum values have been set

averageLength

Integer

The average character length for a string

avgValueNumber

Double

The average value for a number

avgValue

String

The average value

characterSet

String

The character set for a string

columnKey

Integer

The associated attribute identity key for the attribute data characteristic

dataManipulation

DataManipulation

The data manipulation (DataManipulation) to occur on the attribute

decimalPlaces

Integer

The number of decimal places to be specified for a number

key

Integer

The identity key of the attribute data characteristic

maxDate

String

The maximum date

maxLength

Integer

The maximum character length for a string

maxNullPercent

Integer

The maximum percentage of null values

maxTime

String

The maximum time

maxValueNumber

Double

The maximum value for a number

maxValue

String

The maximum value

minDate

String

The minimum date

minLength

Integer

The minimum character length for a string

minMaxString

Tuple

Get a Tuple of minimum and maximum values

minNullPercent

Integer

The minimum percentage of null values

minTime

String

The minimum time

minValueNumber

Double

The minimum value for a number

minValue

String

The minimum value

templateName

String

The template name of the attribute data characteristic

type

Types

The type (Types) of string data

valueSet

String

The set of all values that the attribute can be. Is empty for anything

  • No labels