Click or drag to resize
WrapperStreamSetLength Method
Sets the length of the current stream.

Namespace: Aliyun.OSS.Common.Internal
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public override void SetLength(
	long value
)

Parameters

value
Type: SystemInt64
The desired length of the current stream in bytes.
See Also