UPC_CHANNEL_CAPACITY_TRANSACTIONS

Field Type Length Null? Description
Id (Primary Key) INT 64 False Unique ID of the table.
channel_id (Foreign Key) INT 64 False Unique ID of the channel.
capacity INT 20 False Allocated capacity in a particular transaction.
type INT 20 False Type:
  • 0 - Blocked Capacity
  • 1 - Unconsumed Capacity
application_id INT 20 False Application ID that is blocking or unblocking the capacity.
createdDateEpoch INT 64 False Created date epoch.
lastModifiedDateEpoch INT 64 False Last modified date epoch.
createdby INT 20 False Platform ID of the user who created the entry.
modifiedby INT 20 False Platform ID of the user modifying the entry
version INT 20 False Version information for optimistic locking.