nextMarker property

String? nextMarker
getter/setter pair

仅当响应条目有截断(IsTruncated 为 true)才会返回该节点, 该节点的值为当前响应条目中的最后一个对象键,当需要继续请求后续条目时,将该节点的值作为下一次请求的 marker 参数传入

Implementation

String? nextMarker;