public abstract class MessageUserPropertyConstants
MessageUserPropertyConstants | Initializes a new instance of the MessageUserPropertyConstants class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
SOLCLIENT_USER_PROP_QUEUE_PARTITION_KEY |
The Key to set or get queue partition key for a queue this message was published or should be published to,
when supported by a PubSub+ messaging broker.
This property can be retrieved or set from/to CreateUserPropertyMap
acessibly with UserPropertyMap
Expected value is UTF-8 encoded up to 255 bytes long string
Example: msg.UserPropertyMap.AddString(MessageUserPropertyConstants.SOLCLIENT_USER_PROP_QUEUE_PARTITION_KEY,"Group-0"); |