Storage Type

Storage Types indicate types of data represented by Data Types and Data Fields.

List of Storage Type Types

Name Description
Boolean Represents a Boolean (true or false) value.
DateTime Represents an instant in time, typically expressed as a date and/or time of day.
Decimal Represents a decimal value.
Double Represents a 64-bit floating point value.
GUID Represents a globally unique identifier (GUID).
Int16 Represents a 16-bit integer value.
Int32 Represents a 32-bit integer value.
Int64 Represents a 64-bit integer value.
String String values can store any type of text information.
URL A Uniform Resource Locator (URL) is a string of characters used to identify a web resource, such as a web page on an HTTP server, or a file on an FTP server.

Properties

No properties are defined