ModificationInfo Class
Constructor
ModificationInfo
-
options
Parameters:
-
options
Object-
[username]
String optionalThe name of the user that made the modification. Support for this field is optional. A null shall be returned if it is not defined.
-
[modificationTime]
UtcTime optionalThe time the modification was made. Support for this field is optional. A null shall be returned if it is not defined.
-
[updateType]
HistoryUpdateType optionalThe modification type for the item.
-
Item Index
Properties
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
decode
-
stream
-
[option]
decode the object from a binary stream
Parameters:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
toString
()
String
Returns:
Properties
modificationTime
UtcTime
The time the modification was made. Support for this field is optional. A null shall be returned if it is not defined.
updateType
HistoryUpdateType
The modification type for the item.
username
String
The name of the user that made the modification. Support for this field is optional. A null shall be returned if it is not defined.