[ROOT] / doc / toc / ARCQuery / Class / NewKeyToPropertyStream
FunctionKeys , QuantileKey , SyntaxHelp , ToString , TryGetP , TryGetPInternal
Returns the PropertyStream representation of the given object.
(In programming terms the property stream representation is the serialization representation of the given object).
Works by calling ToPropertyStream.
WARNING: Will generate huge amount of data if called for the top-level of a typical hierarchical data storage.
| FunctionKeys | All FunctionKeys chained at end of compound key (but before an eventual QuantileKey). | 
| QuantileKey | Eventual final QuantileKey at end of compound key. | 
| SyntaxHelp | 'ToPropertyStream()' | 
| ToString | The ToString representation is the one relevant when used as key, like in IK or when selecting like 'SELECT {fieldName}'. | 
| TryGetP | The outwards facing executor, understanding use of FunctionKeys. | 
| TryGetPInternal | The internal executor, containing the specific functionality for how to evaluate the key. | 
Generated 2025-10-31 07:13:48.041 UTC