Liquid Studio Documentation
In This Topic
    Glossary
    In This Topic
    A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

    A

    additionalItems
    Applied to array values, it determines the validation applied AFTER the values defined in 'items' have been validated. If it's true, any values after the ones specified in items are accepted, if it's false values after the ones defined in 'items' are invalid, if it's a JsonSchema object, then any items after the ones defined in 'items' must conform the 'AdditionalItem' schema.

    Any

    Represent any data type.

    Binary, Byte, Char, Date, DateTime, Decimal, Double, Float, Guid, Int16, Int32, Int64, Node, SByte, String, Time, TimeSpan, UInt16, UInt32, UInt64

    Atomic

    Represent any primitive data type.

    Binary, Byte, Char, Date, DateTime, Decimal, Double, Float, Guid, Int16, Int32, Int64, SByte, String, Time, TimeSpan, UInt16, UInt32, UInt64

    B

    Binary
    Binary data, an array of bytes.

    Boolean
    A boolean value (true, false)

    Byte
    Unsigned 8-bit integer in the range 0 to 255

    C

    Char
    A Unicode character, represented as an unsigned 16-bit integer 

    Component

    A transform component within a Data Mapper Transform.

    Transforms can contain many Components.

    Connection Point

    A connectable point on a component, component can have 2 types of connection point, input and output.

    Connector

    Connects an output connection point to an input connection point.

    D

    Date
    Represents a date in the range January 1, 0001 to December 31, 9999

    DateTime
    Represents an instant in time, typically expressed as a date and time of day. With a millisecond precision.
    In the range 00:00:00.0000000, January 1, 0001 to 23:59:59.9999999, December 31, 9999

    Decimal

    The decimal keyword indicates a 128-bit data type. Compared to floating-point types, the decimal type has more precision and a smaller range, which makes it appropriate for financial and monetary calculations.

    In the range -79228162514264337593543950335 to 79228162514264337593543950335 (28-29 significant digits)

    Double

    Stores a 64-bit floating-point value.
    ±5.0 × 10−324 to ±1.7 × 10308 (15-16 significant digits)

    F

    Float
    Stores a 32-bit floating-point values.
    In the range -3.4 × 1038 to +3.4 × 1038 (15-16 significant digits)

    G

    Guid
    Represents a 16 byte globally unique identifier (GUID).

    I

    Input Connection Point

    This is a connectable input on a component.

    Input connection points can be connected to a single output connection point on another component.

    Int16
    Signed 8-bit integer in the range -32,768 to 32,767

    Int32
    Signed 32-bit integer in the range -2,147,483,648 to 2,147,483,647

    Int64
    Signed 64-bit integer in the range -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807

    N

    Numeric

    Represent any numeric primitive data type.

    Byte, Decimal, Double, Float, Int16, Int32, Int64, SByte, UInt16, UInt32, UInt64

    O

    Output Component

    A component that writes to a data out (to XML, DB, text file etc).

    A transform can have one output transform.

    Output Connection Point

    This is a connectable output on a component.

    Output connection points can be connected to one or more input connection points on other components.

    P

    Properties Window

    Displays the properties for the currently selected object. If the window is not visible then F4 will show it (or View->Properties Window).

    The Properties window is key to editing most graphical views.

    S

    SByte
    Signed 8-bit integer in the range -128 to 127

    String
    The string type represents a sequence of zero or more Unicode characters

    T

    Time
    Represents a time, with a millisecond precision.

    TimeSpan

    TimeSpan represents a duration of time, it can be negative or positive and has a millisecond precision.

    In the range -10,675,199 days to +10,675,199 days.

    U

    UInt16
    Unsigned 16-bit integer in the range 0 to 65,535

    UInt32
    Unsigned 32-bit integer in the range 0 to 4,294,967,295

    UInt64
    Unsigned 64-bit integer in the range 0 to 18,446,744,073,709,551,615