PartialWrapperStreamSetLength Method |
[Missing <summary> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.SetLength(System.Int64)"]
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic override void SetLength(
long value
)
Public Overrides Sub SetLength (
value As Long
)
public:
virtual void SetLength(
long long value
) override
abstract SetLength :
value : int64 -> unit
override SetLength :
value : int64 -> unit
Parameters
- value
- Type: SystemInt64
[Missing <param name="value"/> documentation for "M:Aliyun.OSS.Common.Internal.PartialWrapperStream.SetLength(System.Int64)"]
See Also