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.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public long Position { get; set; }
Public Property Position As Long
Get
Set
public:
property long long Position {
long long get ();
void set (long long value);
}
member Position : int64 with get, set
Property Value
Type:
Int64See Also