Class GridFsConstants

java.lang.Object
org.apache.camel.component.mongodb.gridfs.GridFsConstants

public final class GridFsConstants extends Object
  • Field Details

    • FILE_CONTENT_TYPE

      @Metadata(label="consumer", description="The content type of the file.", javaType="String") public static final String FILE_CONTENT_TYPE
      See Also:
    • FILE_LENGTH

      @Metadata(label="consumer", description="The size of the file.", javaType="long") public static final String FILE_LENGTH
      See Also:
    • FILE_LAST_MODIFIED

      @Metadata(label="consumer", description="The size of the file.", javaType="Date") public static final String FILE_LAST_MODIFIED
      See Also:
    • FILE_NAME

      @Metadata(label="producer", description="The name of the file.", javaType="String") public static final String FILE_NAME
      See Also:
    • CONTENT_TYPE

      @Metadata(label="producer", description="The content type of the file.", javaType="String") public static final String CONTENT_TYPE
      See Also:
    • FILE_NAME_PRODUCED

      @Metadata(label="producer", description="The file name produced.", javaType="String") public static final String FILE_NAME_PRODUCED
      See Also:
    • GRIDFS_FILE_ATTRIBUTE_DONE

      public static final String GRIDFS_FILE_ATTRIBUTE_DONE
      See Also:
    • GRIDFS_FILE_ATTRIBUTE_PROCESSING

      public static final String GRIDFS_FILE_ATTRIBUTE_PROCESSING
      See Also:
    • GRIDFS_FILE_KEY_CONTENT_TYPE

      public static final String GRIDFS_FILE_KEY_CONTENT_TYPE
      See Also:
    • GRIDFS_FILE_KEY_FILENAME

      public static final String GRIDFS_FILE_KEY_FILENAME
      See Also:
    • GRIDFS_FILE_KEY_UPLOAD_DATE

      public static final String GRIDFS_FILE_KEY_UPLOAD_DATE
      See Also:
    • PERSISTENT_TIMESTAMP_KEY

      public static final String PERSISTENT_TIMESTAMP_KEY
      See Also:
    • GRIDFS_METADATA

      @Metadata(description="Any additional metadata stored along with the file in JSON format.", javaType="String") public static final String GRIDFS_METADATA
      See Also:
    • GRIDFS_OPERATION

      @Metadata(label="producer", description="The operation to perform.", javaType="String") public static final String GRIDFS_OPERATION
      See Also:
    • GRIDFS_CHUNKSIZE

      @Metadata(label="producer", description="The number of bytes per chunk for the uploaded file.", javaType="Integer") public static final String GRIDFS_CHUNKSIZE
      See Also:
    • GRIDFS_FILE_ID_PRODUCED

      @Metadata(label="producer", description="The ObjectId of the file produced", javaType="org.bson.types.ObjectId") public static final String GRIDFS_FILE_ID_PRODUCED
      See Also:
    • GRIDFS_OBJECT_ID

      @Metadata(label="producer", description="The ObjectId of the file.", javaType="org.bson.types.ObjectId") public static final String GRIDFS_OBJECT_ID
      See Also: