\r\n

51Degrees Device Detection C/C++  4.4

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesCollectionConfig Struct Reference

Detailed Description

Collection configuration structure which defines how the collection should be created by the create methods.

Data Fields

uint32_t  loaded
Number of items to load into memory from the start of the collection.
uint32_t  capacity
Number of items the cache should store, 0 for no cache.
uint16_t  concurrency
Expected number of concurrent requests, 1 or greater.

The documentation for this struct was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/collection.h
On This Page