Enum OutDirectiveBehavior
- Namespace
- ItTiger.TigerQuery.Engine
- Assembly
- ItTiger.TigerQuery.dll
Selects which channels an
:Out directive redirects.public enum OutDirectiveBehavior
Fields
ResultSetsAndNormalMessages = 1- Redirect result sets and normal messages.CSV cannot safely hold both rows and arbitrary prose, so result sets use the
requested path while normal messages use a deterministic companion text file
formed by appending
.messages.logto the complete resolved result path. Error messages remain controlled only by:Error. ResultSetsOnly = 0- Redirect result sets only; message routes are unchanged.