Class FilesHeaders
java.lang.Object
org.apache.camel.component.file.azure.FilesHeaders
-
Field Details
-
FILE_LENGTH
@Metadata(label="both", description="A `long` value containing the file size. For producer, known length helps if the body converts to InputStream more efficiently than to bytes array.", javaType="long") public static final String FILE_LENGTH- See Also:
-
FILE_LAST_MODIFIED
@Metadata(label="consumer", description="A `Long` value containing the last modified timestamp of the file.", javaType="long") public static final String FILE_LAST_MODIFIED- See Also:
-
FILE_NAME
@Metadata(description="Specifies the output file name (relative to the endpoint directory) to\nbe used for the output message when sending to the endpoint. If this is\nnot present and no expression either, then a generated message ID is\nused as the filename instead.", javaType="String") public static final String FILE_NAME- See Also:
-
FILE_NAME_ONLY
@Metadata(description="Only the file name (the name with no leading paths).", javaType="String") public static final String FILE_NAME_ONLY- See Also:
-
FILE_PARENT
- See Also:
-
REMOTE_FILE_INPUT_STREAM
@Metadata(description="The remote file input stream.", javaType="java.io.InputStream") public static final String REMOTE_FILE_INPUT_STREAM- See Also:
-
FILE_LOCAL_WORK_PATH
@Metadata(description="Path to the local work file, if local work directory is used.", javaType="String") public static final String FILE_LOCAL_WORK_PATH- See Also:
-
FILE_HOST
@Metadata(description="The remote hostname.", javaType="String") public static final String FILE_HOST- See Also:
-