Click or drag to resize
GetObjectRequestRange Property
Gets OssObject range to read

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public long[] Range { get; }

Property Value

Type: Int64
Remarks
Calls SetRange(Int64, Int64) to set. If it's not set, returns null.
See Also