Click or drag to resize
AppendObjectRequestPosition Property
设置或获取追加的位置。第一次可以通过GetObjectMeta获取,后续可以从前一次的AppendObjectResult中获取

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntax
C#
public long Position { get; set; }

Property Value

Type: Int64
See Also