DataSource for C SDK
7.1.28.98838-0467ac22
|
add-delay
Define a delay channel for all data.
Format:
add-delay delay-time [value] prefix [value] batch-time [value] batch-size [value] end-delay
Type: Floating Point Value
Default: 0.000000
Delay Time in Seconds
Type: String
Default: None
Name Mapping Before default
Type: Floating Point Value
Default: 0.000000
Delay Batch Time
Type: Integer
Default: -1
Delay Batch Size
Type: Boolean
Default: FALSE
If set then updates will only be delayed, i.e. "live" updates will not be sent out non-delayed.
Type: Floating Point Value
Default: 0.500000
Default time in seconds to send batches of delayed data. Sending delayed data in batches greatly improves server efficiency.
batch-time
option.Type: Integer
Default: 10
Default number of updates to be included in each batch for all delay channels. We recommend that this value be set to the number of updates expected in the time period specified in delay-batch-time.
batch-size
option.