Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Name

Type

Description

_id

STRING

Internal object identifier

imgSmall

NUMBER

Threshold in bytes below which the image is considered small

imgLarge

NUMBER

Threshold in bytes above which the image is considered large

docSmall

NUMBER

Threshold in bytes below which the document is considered small

docMaxSize

NUMBER

Threshold in bytes above which the document preview will not be shown in the chat

EasyCIMHost

STRING

Easy CIM host

EasyCIMPort

STRING

Easy CIM port

callbackNowUrl

STRING

Url to call for the callback now

callbackFirstSlotUrl

STRING

Url to call for the callback first slot

callbackLaterUrl

STRING

Url to call for the callback later

checkCallbackAvailableUrl

STRING

Url to call for the check callback available

Example

{ 
   "_id":"5d7bae993bcb9e40e0330a70",
   "imgSmall":200000,
   "imgLarge":2000000,
   "docSmall":5000000,
   "docMaxSize":10000000,
   "EasyCIMHost":"10.51.54.200",
   "EasyCIMPort":80,
   "callbackNowUrl":"/EasyCIM/easyCallback/now",
   "callbackLaterUrl":"/EasyCIM/easyCallback/later",
   "callbackFirstSlotUrl":"/EasyCIM/easyCallback/firstSlot",
   "checkCallbackAvailableUrl":"/EasyCIM/easyCallback/checkCallbackAvailable",
   "__v":0
}
  • No labels