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.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public long DirectWriteStreamThreshold { get; set; }
Public Property DirectWriteStreamThreshold As Long
Get
Set
public:
property long long DirectWriteStreamThreshold {
long long get ();
void set (long long value);
}
member DirectWriteStreamThreshold : int64 with get, set
Property Value
Type:
Int64The direct write stream threshold.
See Also