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.Represent any data type.
Binary, Byte, Char, Date, DateTime, Decimal, Double, Float, Guid, Int16, Int32, Int64, Node, SByte, String, Time, TimeSpan, UInt16, UInt32, UInt64
Represent any primitive data type.
Binary, Byte, Char, Date, DateTime, Decimal, Double, Float, Guid, Int16, Int32, Int64, SByte, String, Time, TimeSpan, UInt16, UInt32, UInt64
Binary
Binary data, an array of bytes.
Char
A Unicode character, represented as an unsigned 16-bit integerA transform component within a Data Mapper Transform.
Transforms can contain many Components.
A connectable point on a component, component can have 2 types of connection point, input and output.
Connects an output connection point to an input connection point.
Date
Represents a date in the range January 1, 0001 to December 31, 9999DateTime
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, 9999The 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)
Stores a 64-bit floating-point value.
±5.0 × 10−324 to ±1.7 × 10308 (15-16 significant digits)
Float
Stores a 32-bit floating-point values.
In the range -3.4 × 1038 to +3.4 × 1038 (15-16 significant digits)
Guid
Represents a 16 byte globally unique identifier (GUID).
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,767Int32
Signed 32-bit integer in the range -2,147,483,648 to 2,147,483,647Int64
Signed 64-bit integer in the range -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
Represent any numeric primitive data type.
Byte, Decimal, Double, Float, Int16, Int32, Int64, SByte, UInt16, UInt32, UInt64
A component that writes to a data out (to XML, DB, text file etc).
A transform can have one output transform.
This is a connectable output on a component.
Output connection points can be connected to one or more input connection points on other components.
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.
SByte
Signed 8-bit integer in the range -128 to 127String
The string type represents a sequence of zero or more Unicode characters
Time
Represents a time, with a millisecond precision.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.
UInt16
Unsigned 16-bit integer in the range 0 to 65,535UInt32
Unsigned 32-bit integer in the range 0 to 4,294,967,295UInt64
Unsigned 64-bit integer in the range 0 to 18,446,744,073,709,551,615