MaskingMode uses ConstantsTrait
The document-level masking modes (the per-collection `type`).
exclude: the collection is ignored entirely ;structure: only the collection metadata is kept, no document data ;masked: structure and data, with the attribute rules applied ;full: structure and data kept verbatim, no masking.
Tags
Table of Contents
Constants
- EXCLUDE : string = 'exclude'
- FULL : string = 'full'
- MASKED : string = 'masked'
- STRUCTURE : string = 'structure'
Constants
EXCLUDE
public
string
EXCLUDE
= 'exclude'
FULL
public
string
FULL
= 'full'
MASKED
public
string
MASKED
= 'masked'
STRUCTURE
public
string
STRUCTURE
= 'structure'