Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

These data types may be used in the BSN.cloud Main REST API. Among primitive data types, only the string and object data types are nullable. All data types are primitive except for the object data type.

Data TypeDefinitionDefault Value
arrayThe ordered sequence of elements of the same data type. This type is always nullable.[ ]
booltrue or false valueFalse
byte8-bit unsigned integer (0-255)0
char16-bit unicode character‘\0’
decimal128-bit decimal values with 28 or 29 digits0.0M
double64-bit double-precision floating point number0.0D
float32-bit floating point number0.0F
int32-bit integer0
long64-bit integer0L
objectA base data type that is the parent for all other data types (it can include the value of any other data type). This type is always nullable.Nothing
sbyte8-bit signed integer0
short16-bit signed integer0
stringA sequence of characters. This type is always nullable.
uint32-bit unsigned integer0
ulong64-bit unsigned integer0
ushort16-bit unsigned integer0








  • No labels