Class GridFsConstants


  • public final class GridFsConstants
    extends Object
    • Field Detail

      • FILE_CONTENT_TYPE

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

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

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

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

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

        @Metadata(label="producer",
                  description="The file name produced.",
                  javaType="String")
        public static final String FILE_NAME_PRODUCED
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • GRIDFS_OPERATION

        @Metadata(label="producer",
                  description="The operation to perform.",
                  javaType="String")
        public static final String GRIDFS_OPERATION
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values