Click or drag to resize
AppendObjectRequestPosition Property
Position getter/setter. The position is the start index for the appending. Initially it could be the length of the object (length could be got from the GetObjectmeta). Then it could be got from the previous result of AppendObjectRequest.

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

Property Value

Type: Int64
See Also