1,104 bytes added
, 10:41, 7 May 2020
{{OPCHToken|
|Description = Json that provides the configuration for sending BI events from the STB to the platform.
<br>The STB will store BI event information and send it in batches. This OPCH token will define:
* Maximum time (in miliseconds) that must elapse between shipment of lots to the platform.
* Maximum size of the event queue. If this size is reached, a lot will be uploaded to the platform
* Spread time (in miliseconds) that will be used to send events with the aim of avoiding avalanches on the platform.
|Middleware Key Name = BI_UPLOAD_CONFIGURATION
|Mandatory = Yes
|Format = Json
|Example =
<source lang="javascript">
{
"BIEventUploadConfiguration": {
"EventSendPeriod": "360",
"MaxQueueSize": "100",
"EventUploadSpreadTime":"180"
}
}
</source>
|Default Value = N/A
|External = Yes (for troubleshooting)
|Reboot = No
|Scope =
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! Factory Value
! Global OPCH
! OEM OPCH
! GetUser (MiB)
! Local Value
{{!}}- valign="top"
! N
! Y
! N
! N
! N
}}