Interface Blob

    • Method Detail

      • content

        @Nullable
        String content()
        Encoded blob content.
      • encoding

        @Nullable
        String encoding()
        Encoding name. Currently, "utf-8" and "base64" are supported. Default: "utf-8".
      • size

        @Nullable
        Integer size()
        Content size in bytes.