@Int64 decorator is syntactic sugar for @Relation(PrimitiveSymbol.i64).
@Int64
@Relation(PrimitiveSymbol.i64)
Using this decorator specifies that the decorated should be interpreted as a signed 64 bits integer.
The type of the class the decorator is applied to.
The type of the decorated property.
class Protocol { @Int64 data: number} Copy
class Protocol { @Int64 data: number}
Relation
@Int64
decorator is syntactic sugar for@Relation(PrimitiveSymbol.i64)
.Using this decorator specifies that the decorated should be interpreted as a signed 64 bits integer.