Click or drag to resize
ClientConfigurationDirectWriteStreamThreshold Property
Gets or sets the direct write stream threshold. The theshold is the file size threshold that when the uploading file size is more than this value, the HttpWebRequest will not use write buffer to save the memory.

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

Property Value

Type: Int64
The direct write stream threshold.
See Also