PartListingNextPartNumberMarker Property |
If the result does not have all data, the response will have the value of this property for the next call to start with
That is assign this value to the PartNumberMarker property in the next call.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public int NextPartNumberMarker { get; }
Public ReadOnly Property NextPartNumberMarker As Integer
Get
public:
property int NextPartNumberMarker {
int get ();
}
member NextPartNumberMarker : int with get
Property Value
Type:
Int32See Also