This topic covers the SDO properties available in the Metadata tree.
Inbound properties
Property name | Description | Supports browsing | Type | Expected value | Default value | Special properties | Globalized | Required |
---|---|---|---|---|---|---|---|---|
ArchiveDirectory | Directory where the processed event files would be archived by the FFA | Yes | String | A valid directory | None | Nil | Yes | Yes (If Archiving Processed =true) |
ArchivingProcessed | Boolean property that determines if the RA should archive the processed events | No | String | True or false | True | Nil | No | Yes |
EventDirectory | Directory where the event files get stored by the backend EIS | Yes | String | A valid directory | None | Nil | Yes | Yes |
EventFileMask | Specifies the filter for the event files. The file filter is a well-qualified valid regular expression consisting of alphanumeric characters and only the wildcard * | No | String | A wildcard Expression | *.* | Nil | Yes | Yes |
FFEventTableName | Name of the table that will be utilized by the FF RA for tracking event status values | No | String | A valid DB table name | None | Nil | Yes | Yes |
SortEventFiles | Would determine the sorting order of event files being polled. The values supported would be - Filename - sort ascending on filename Timestamp - sort ascending on last modified timestamp<Blank> - not sorted | No | String | Filename/ timestamp or blank | <blank> (= not sorted) | Nil | No | No |
EDTDriverName | Name of the driver to the EDT database | No | String | A valid DB driver name | None | Nil | No | Yes |
EDTDatabaseName | Name of the database that will be utilized by the EMF | No | String | A valid database name | None | Nil | Yes | Yes |
EDTTableName | Name of the table on the EDT DB that will be utilized by the EMF | No | String | A valid DB table name | None | Nil | Yes | Yes |
EDTUserName | User ID credential to access the EDT DB | No | String | A valid user name | None | Nil | Yes | Yes |
EDTUserPassword | Password credential to access the EDT DB | No | String | A valid password | None | Nil | Yes | Yes |
PollPeriod | The interval in milliseconds when the event directory will be polled for events | No | String | An integer | None | Nil | No | Yes |
PollQuantity | The number of event files that would be picked up for processing during each poll | No | String | An integer | None | Nil | No | Yes |
DeliveryType | Specifies the type of delivery to the endpoint w.r.t. ordered or random | No | String | Valid value as per base classes FS | Ordered | Nil | No | Yes |
AutoCreateEDT | When the value is set to true, an in-memory table gets created and EMF uses the same to track event delivery | No | String | True/False | True | Nil | No | Yes |
FileSplitThreshold | Specify the threshold filesize for splitting files in KBs. All files above this filesize would be split to chunks. When the attribute is blank, the splitting is not enabled | No | String | Any valid integers | None | Nil | No | No |
FileChunkSize | Specify the size of each chunk, when the file needs to be split to chunks.When the property FileSplitThreshold is left blank, this property remains inactive | No | String | Any valid integer | 8kb | Nil | No | No |
Outbound properties
Property name | Description | Supports browsing | Type | Expected value | Default value | Special properties | Globalized | Required |
---|---|---|---|---|---|---|---|---|
OutputDirectory | The location of the Output directory | Yes | String | A valid directory name | None | Nil | Yes | No |
OutputFileName | The name of the output file | No | String | A valid filename | None | Nil | Yes | No |
Parent topic: Using the Enterprise Metadata Discovery
Previous topic: Discovering system capabilities
Next topic: Service descriptions