QueueMessageFormat Class
Encoding and decoding methods which can be used to modify how the queue service encodes and decodes queue messages. Set these to queueservice.encode_function and queueservice.decode_function to modify the behavior. The defaults are text_xmlencode and text_xmldecode, respectively.
Constructor
QueueMessageFormat()
Methods
binary_base64decode |
Base64 decode to byte string. |
binary_base64encode |
Base64 encode byte strings. |
nodecode |
Do no decoding. |
noencode |
Do no encoding. |
text_base64decode |
Base64 decode to unicode text. |
text_base64encode |
Base64 encode unicode text. |
text_xmldecode |
XML decode to unicode text. |
text_xmlencode |
XML encode unicode text. |
binary_base64decode
binary_base64encode
nodecode
noencode
text_base64decode
text_base64encode
text_xmldecode
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python