StaticChange
- Section: Transactions
- Related Message: StaticChangeReply
Metadata
- Message Type: TransactionMessage
- Message Number: 1023
Inherited fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| MessageType | Integer (unsigned) | 2 | The unique identifier of this message. |
| ClientId | Integer (unsigned) | 4 | The unique identifier of a session with the server, returned in a successful LoginReply message. |
| RequestId | Integer (unsigned) | 4 | Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session. |
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Table | One of Table | 1 | |
| Id | Foreign key to All | 8 | |
| UpdateNumber | Integer (unsigned) | 8 | A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record. |
| Field | One of KVPKey | 4 | |
| NumberValue | Integer (signed) | 8 | |
| StringValue | String | 1024 |