The name of the data store that was updated.
The name of the property that was updated.
The number of times the property has been updated, including this update.
The new value of the property after the update.
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 name of the property that was updated.
ReadonlytypeThe type identifier for a property update change.
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.
ReadonlyvalueThe 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 DataStoreChange class.