IModelClientV2Internal
Should only be used by Modelix components.
Inheritors
Functions
Deletes a branch from a repository if it exists.
Required for lazy loading. Use IModelClientV2.lazyLoadVersion
An overload of IModelClientV2.lazyLoadVersion that reads the current version hash of the branch from the server and then loads that version with lazy loading support.
This function loads parts of the model lazily while it is iterated and limits the amount of data that is cached on the client side.
While pull
returns immediately poll
returns as soon as a new version, that is different from the given lastKnownVersion
, is pushed to the server or after some timeout specified by the server (usually ~30 seconds).
Required for lazy loading. Use IModelClientV2.lazyLoadVersion
Performs a write transaction on the root node of the given branch.
Performs a write transaction on the root node of the given branch.