Skip to content

Get all nodes and their specific attributes from address space #2596

Answered by mregen
AnMSLbR asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AnMSLbR, the console client has sample code which reads the whole address space of a server in a very efficient way, leveraging service calls with multiple node inputs. In this case the results may require browse next or repeated browse if the server runs out of continuation points.
Second thought is if you need to cache the nodes, the Nodecache is also a good option.
There is also a sample which reads the whole address space.
It is for example used to cahce the type system when learning the complex types.
Care needs to be taken that the NodeCache is prepopulated with the server Referencetypes to allow for the browse of cached nodes to work properly.
For a customized read of the nodes…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AnMSLbR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants