Skip to content

FCPv2 PersistentRequestModified

DC* edited this page Aug 29, 2020 · 3 revisions

PersistentRequestModified is the node replying to a ModifyPersistentRequest message, and confirming the modified values. Identifier is the identifier of the modified request, Global indicates if the request is on the global queue (Global=true) or on a local queue (Global=false). ClientToken and PriorityClass are optional and are only set for values that were really changed. At least one of them is set in the message. If one of them is omitted then this value did not change, compared to the old value that was contained in a PersistentGet or PersistentPut message.

Example

 PersistentRequestModified
 Identifier=My Identifier
 Global=true
 ClientToken=new client token
 PriorityClass=5
 EndMessage
Clone this wiki locally