Name | Description | |
---|---|---|
FileCompressionSettings Constructor |
The following tables list the members exposed by FileCompressionSettings.
Name | Description | |
---|---|---|
FileCompressionSettings Constructor |
Name | Description | |
---|---|---|
OperationTypeNameCompress | ||
OperationTypeNameUncompress |
Name | Description | |
---|---|---|
Action | The action to take (compress or uncompress). | |
BackupBeforeOverwrite | Specifies whether to back up existing files before overwriting them (Inherited from ArcanaDevelopment.adTempus.Shared.FileOperations.FileOperationTaskSettings) | |
ClearArchiveFlag | Clear the Archive flag (bit) after the operation completes. (Inherited from FileOperationTaskSettings) | |
CompressionAlgorithm | The compression algorithm to use, if the CompressionType supports more than one algorithm. | |
CompressionLevel | The compression level to use, if supported by the CompressionType | |
CompressionType | The type of compression (ZIP, BZIP, etc.) to use. | |
CreateSubdirectoryForArchive | Determines whether a subdirectory will be created for each archive being uncompressed. | |
DeleteSource | Determines whether the source files are deleted after successful operation. | |
EncryptionAlgorithm | The encryption algorithm to use if a password is specified. | |
ExcludeFiles | List of files to exclude from the operation (Inherited from FileOperationTaskSettings) | |
IncludeFiles | List of files or patterns to include in the operation (Inherited from FileOperationTaskSettings) | |
MaintainDirectoryStructure | Indicates whether the source directory structure is maintained when files are transferred to the target. If true the directory structure is recreated under the FileOperationTaskSettings.TargetName. If false all files are written to the FileOperationTaskSettings.TargetName (Inherited from FileOperationTaskSettings) | |
ModifiedWithin | Only select files modified within the specified timespan prior to the operation execution (Inherited from FileOperationTaskSettings) | |
OperationType | Overridden. A string constant indicating the operation type. A string constant indicating the operation type. | |
OverwriteOption | Specifies the behavior when a file being transferred already exists on the target (Inherited from FileOperationTaskSettings) | |
SelectArchiveFlagOnly | Only select files with the Archive flag (bit) set (Inherited from FileOperationTaskSettings) | |
SelectModifiedSince | Only select files modified since the specified date/time (in UTC) (Inherited from FileOperationTaskSettings) | |
SelectModifiedSinceVariable | Only select files modified since the date/time (in UTC) defined in the specified variable (Inherited from FileOperationTaskSettings) | |
SourceDirectory | The root directory for the FileOperationTaskSettings.IncludeFiles (Inherited from FileOperationTaskSettings) | |
SourceRecursive | Indicates whether to operate recursively on the FileOperationTaskSettings.SourceDirectory (Inherited from FileOperationTaskSettings) | |
SupportedCompressionTypes | A list of all the CompressionType values supported by this version of adTempus. | |
TargetName | The destination directory for file transfers, extractions, etc. (Inherited from FileOperationTaskSettings) |
Name | Description | |
---|---|---|
DoValidation | Overridden. Performs validation of the settings Performs validation of the settings | |
IsSupportedCompressionType |