-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New API to populate raw Common Schema 4.0 fields #1
Comments
This is also identical to MS Edge team ask "CS 3.0: Need a general method for updating all CS 3.0 optional fields." tracked under Task 22164965. |
As discussed in several other threads: currently there is no more practical need to add more semantic APIs for individual common schema fields. Instead there's a new custom decorator pattern that allows to efficiently adjust the raw Common Schema Protocol Record fields. Customers who know they use Common Schema, and need to set specific schema field value - can use this pattern to populate the fields. Example: cpp_client_telemetry/tests/functests/APITest.cpp Line 1089 in 83bb444
I'm closing this issue in favor a custom decorator concept suggested above. |
* Add CentOS8 * Add Debian10 dockerfile * CR #1
There are several fields that cannot be currently populated by SDK. Example:
Feature request:
Request comes from MS Edge team.
The text was updated successfully, but these errors were encountered: