[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.


FunctionKeysAll FunctionKeys chained at end of compound key (but before an eventual QuantileKey).
QuantileKeyEventual final QuantileKey at end of compound key.
SyntaxHelp'ToPropertyStream()'
ToStringThe ToString representation is the one relevant when used as key, like in IK or when selecting like 'SELECT {fieldName}'.
TryGetPThe outwards facing executor, understanding use of FunctionKeys.
TryGetPInternalThe internal executor, containing the specific functionality for how to evaluate the key.

Details

Generated 2024-03-29 07:28:01.698 UTC