The name of the data store that was updated.
The name of the property that was updated. This is used to identify which property was updated when reading from the binary stream.
The path of the property that was updated. This is used to identify which property was updated when reading from the binary stream.
The new value of the property after the update.
The number of times the property has been updated, including this update.
The number of times the property has been updated, including this update. This is used to determine if an update is out of order or if an update was missed.
The name of the data store that was updated. This is used to identify which data store was updated when reading from the binary stream.
The path of the property that was updated. This is used to identify which property was updated when reading from the binary stream.
The number of times the property has been updated, including this update. This is used to determine if an update is out of order or if an update was missed.
The name of the property that was updated. This is used to identify which property was updated when reading from the binary stream.
The number of times the property has been updated, including this update. This is used to determine if an update is out of order or if an update was missed.
ReadonlytypeThe type identifier for a data store update.
The new value of the property after the update. This is used to update the client with the new value of the property after the update.
StaticreadRead a value from the stream.
The BinaryStream to read from.
The value read from the stream.
StaticwriteWrite a value to the stream.
The BinaryStream to write to.
The value to write.
Creates a new instance of the DataStoreUpdate class.