ObjectListingNextMarker Property |
获取一个值表示用于下一个Marker以读取
结果列表的下一页。
如果结果列表没有被截取掉,则该属性返回null。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string NextMarker { get; }
Public ReadOnly Property NextMarker As String
Get
public:
property String^ NextMarker {
String^ get ();
}
member NextMarker : string with get
Property Value
Type:
String
See Also