Builder_Source_Folder Class
Class which contains all the specifications for an source folder which may contain
packages destined to be bulk loaded into a SobekCM library incoming FTP folder, including
network locations, archiving instructions, and what type of packages are permissable
Namespace: SobekCM.Core.BuilderAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("builderFolder")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Builder_Source_Folder |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Allow_Deletes | Flag indicates if this folder accepts DELETE metadata files, or if these should be rejected |
| Allow_Folders_No_Metadata | Flag indicates if this folder accepts folders with resource files but lacking metadata, or if these should be rejected |
| Allow_Metadata_Updates | Flag indicates if this folder accepts METADATA UPDATE files, or if these should be rejected |
| Archive_All_Files | Flag indicates if all incoming, unarchived files (regardless of type) should be copied to the archiving directory |
| Archive_TIFFs | Flag indicates if any incoming, unarchived TIFF files should be copied to the archiving directory |
| BibID_Roots_Restrictions | If there are any BibID root restrictions related to this incoming folder, they are
listed here, with 'pipes' between them. i.e., 'UF|UCF|CA001' |
| Builder_Module_Set | Set of the builder modules used by this incoming folder |
| Failures_Folder | Network folder where packages which fail validation and other checks are placed |
| Folder_Name | Human readable label for this folder |
| Inbound_Folder | Network inbound folder which is checked for new incoming packages or metadata files |
| IncomingFolderID | Primary key for this incoming folder in the database |
| Perform_Checksum | Flag indicates if incoming packages should be subjected to a checksum validation if
checksums exist within the METS file |
| Processing_Folder | Network processing folder where packages are moved while being loaded into the library |
See Also