Click or drag to resize
PutObjectRequestUseChunkedEncoding Property
Gets or sets a value indicating whether this PutObjectRequest use chunked encoding.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public bool UseChunkedEncoding { get; set; }

Property Value

Type: Boolean
true if use chunked encoding; otherwise, false.
See Also