UNPKG

ibm-streams

Version:
22 lines (18 loc) 446 B
export const ROW_HEADER_ID = 'id'; export const ROW_HEADER_ID_RENAMED = 'id-header-renamed'; export const ROW_HEADER_ID_ADD_NEW = 'id-header-add-new'; export const ROW_HEADER_STATUS = 'status-header'; export const ROW_ID_PREFIX = 'dataItem'; export const ACTION = { SEND: 'send', RECEIVE: 'receive' }; export const FILE_TYPE = { JSON: 'json', CSV: 'csv' }; export const STATUS = { FAILED: 'failed', NONE: 'none', SENT: 'sent' };