QueueMessageEncoding Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how Body is represented in HTTP requests and responses.
public enum QueueMessageEncoding
type QueueMessageEncoding =
Public Enum QueueMessageEncoding
- Inheritance
-
QueueMessageEncoding
Fields
Name | Value | Description |
---|---|---|
None | 0 | The Body is represented verbatim in HTTP requests and responses. I.e. message is not transformed. |
Base64 | 1 | The Body is represented as Base64 encoded string in HTTP requests and responses. |