Interface KcFile

    • Method Detail

      • getName

        String getName()
        Returns file name of the file.
        Returns:
        name
      • getType

        String getType()
        Returns the mime type of the file.
        Returns:
        type
      • getData

        byte[] getData()
        Returns the data of this file.
        Returns:
        data
      • getFileDataId

        default String getFileDataId()
        Returns:
        the file identifier. Typically this is the id of the file content in the database or the path in an S3 bucket.