| CallbackBodyType Enumeration | 
            Callback body's format type. The OSS will issue a post request to the callback url with the data specified in the request's callbackbody header.
            
            OSS does not validate the data sent to callback url.
            
 
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
 Syntax
Syntaxpublic enum CallbackBodyType
Public Enumeration CallbackBodyType
public enum class CallbackBodyType
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Url | 0 | Url encoded. | 
|  | Json | 1 | Json encoded | 
 See Also
See Also