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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET