본문 바로가기

카테고리 없음

R2ListOptions

반응형

R2ListOptions

  • limit (number optional)
    • The number of results to return. Defaults to 1000, with a maximum of 1000.
    • 반환할 결과 수
  • prefix (string optional)
    • The prefix to match keys against. Keys will only be returned if they start with given prefix.
    • 이거로 시작하는 거
  • cursor (string optional)
    • An opaque token that indicates where to continue listing objects from. A cursor can be retrieved from a previous list operation.
    • 개체를 계속 나열할 위치, 커서는 이전 목록 작업에서 검색할 수 있음.
  • delimiter (string optional)
    • The character to use when grouping keys.
    • 키를 그룹화 할 때
  • include (Array<string> optional)
    • Can include httpMetadata and/or customMetadata. If included, items returned by the list will include the specified metadata.
    • httpMetadata, customMetadata를 포함할 수 있음. 포함된 경우 목록에서 반환된 항목에는 지정된 메타데이터가 포함됨
반응형