MDrivenStart Attributes
Hans Karlsen (talk | contribs) (Created page with "Attributes has simple types (one single value). The type of this simple value must be stated. Typically the type of an attribute is one these") |
Hans Karlsen (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Attributes has simple types (one single value). The type of this simple value must be stated. Typically the type of an attribute is one these | Attributes has simple types (one single value). The type of this simple value must be stated. Typically the type of an attribute is one these | ||
{| class="wikitable" | |||
! | |||
! | |||
! | |||
! | |||
|- | |||
|String | |||
|A string with a max storable length | |||
| | |||
| | |||
|- | |||
|Text | |||
|A longer text of any size but not directly searchable | |||
| | |||
| | |||
|- | |||
|Integer | |||
|A number without decimals | |||
| | |||
| | |||
|- | |||
|Double | |||
|Any number | |||
| | |||
| | |||
|- | |||
|DateTime | |||
|Date and time | |||
| | |||
| | |||
|- | |||
|Boolean | |||
|Yes or No value | |||
| | |||
| | |||
|- | |||
|Blob | |||
|Binary data of any kind | |||
| | |||
| | |||
|} |
Revision as of 10:12, 6 July 2020
Attributes has simple types (one single value). The type of this simple value must be stated. Typically the type of an attribute is one these
String | A string with a max storable length | ||
Text | A longer text of any size but not directly searchable | ||
Integer | A number without decimals | ||
Double | Any number | ||
DateTime | Date and time | ||
Boolean | Yes or No value | ||
Blob | Binary data of any kind |
This page was edited more than 1 years ago on 07/24/2023. What links here