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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python