UD_FEED_APPLICATION

Description

This table stores feed application configurations for data ingestion.

Columns

Column Name Data Type Description
ID BIGINT The unique identifier for the feed application.
NAME VARCHAR(255) The name of the feed application.
BATCH_SIZE INT The batch size for processing.
PROPERTIES_JSON longtext JSON configuration properties.
IS_ENABLED BIT Indicates if the feed application is enabled.
CREATED_DATE DATETIME The date and time when the record was created.
CREATED_BY BIGINT The user ID who created the record.
UPDATED_BY BIGINT The user ID who last updated the record.
UPDATED_DATE DATETIME The date and time when the record was last updated.