Variant
class Variant
Contains an asset property value (of a single type only).
Types
Properties
Link copied to clipboard
Asset property data of type Boolean (true or false).
Link copied to clipboard
Asset property data of type double (floating point number). The min value is -10^10. The max value is 10^10. Double.NaN is allowed.
Link copied to clipboard
Asset property data of type integer (whole number).
Link copied to clipboard
The type of null asset property data with BAD and UNCERTAIN qualities.
Link copied to clipboard
Asset property data of type string (sequence of characters). The allowed pattern: "^$|[^\u0000-\u001F\u007F]+". The max length is 1024.