You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot implement online operations from the client after following the documentation. More specifically, I cannot create a DatasyncServiceClient since its access modifier is marked as internal.
To Reproduce
Steps to reproduce the behavior:
Go to the documentation to implement online operations.
Follow the steps Creating a Http Client Factory and Create a Datasync Service Client
See the error as shown in the image below.
Expected behavior
The DatasyncServiceClient class should be able to be instantiated. If this should not be the case, ammend the documentation in order to provide clear guidance regarding the implementation of online operations.