Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListOperationResponse<ItemType, NextMarkerType>

List 操作的返回类型

Type parameters

  • ItemType

  • NextMarkerType

Hierarchy

Index

Properties

isTruncated

isTruncated: boolean

是否被截断,只有当还有数据的时候为真

items

items: ItemType[]

limit

limit: number

nextMarker

nextMarker: NextMarkerType

Generated using TypeDoc