APIs

Show:

Constructor

ModificationInfo

(
  • options
)

Parameters:

  • options Object
    • [username] String optional

      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.

    • [modificationTime] UtcTime optional

      The time the modification was made. Support for this field is optional. A null shall be returned if it is not defined.

    • [updateType] HistoryUpdateType optional

      The modification type for the item.

Methods

binaryStoreSize

() Number

Calculate the required size to store this object in a binary stream.

Returns:

Number:

decode

(
  • stream
  • [option]
)

decode the object from a binary stream

Parameters:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

isValid

() Boolean

verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

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.