Interface R2Bucket.R2Objects

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing interface:
R2Bucket

public static interface R2Bucket.R2Objects extends org.teavm.jso.JSObject
One page of an object listing.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns where the next page starts, or null when this one is the last.
    org.teavm.jso.core.JSArrayReader<R2Bucket.R2Object>
    Returns the objects in this page.
    boolean
    Returns whether more pages follow.
    default List<String>
    Returns the keys in this page.

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • getObjects

      org.teavm.jso.core.JSArrayReader<R2Bucket.R2Object> getObjects()
      Returns the objects in this page.
      Returns:
      the objects in this page
    • isTruncated

      boolean isTruncated()
      Returns whether more pages follow.
      Returns:
      whether more pages follow
    • getCursor

      String getCursor()
      Returns where the next page starts, or null when this one is the last.
      Returns:
      where the next page starts, or null when this one is the last
    • keys

      default List<String> keys()
      Returns the keys in this page.
      Returns:
      the keys in this page