PutObjectRequestUseChunkedEncoding Property |
Gets or sets a value indicating whether this
PutObjectRequest use chunked encoding.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public bool UseChunkedEncoding { get; set; }
Public Property UseChunkedEncoding As Boolean
Get
Set
public:
property bool UseChunkedEncoding {
bool get ();
void set (bool value);
}
member UseChunkedEncoding : bool with get, set
Property Value
Type:
Booleantrue if use chunked encoding; otherwise,
false.
See Also