Skip to content

Couchbase key mappings

YuriyZ edited this page Aug 21, 2019 · 23 revisions

Couchbase key mappings

Static rules:

  • objectClass -> oc

Dynamic rules:

We use _ as marker since luckily it's not used in current schema:

  • oxAuth -> ``
    • oxAuthAppType -> app_t
  • Type -> _t (we have a lot of Type, so keep it 2 chars shorter seems to worth it) Examples
    • oxAuthLogoutSessionRequired -> logoutSessionRequired
  • Request -> Req
  • Response -> Resp
  • Attribute -> Attr
Clone this wiki locally