Correct XML docs for DataModel Attributes #3547
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This change corrects XML doc references to "local" indexes for "global" index attributes, "range" keys for "hash" key attributes, and fixes some small typos.
Motivation and Context
I'm new to DynamoDB, while exploring the available attributes in my IDE's autocomplete I noticed that the descriptions for some attributes seemed to mismatch what the attribute actually represented. This change corrects the documentation, and removes confusion for those using the SDK. I noticed a few other typos while making the change and fixed them up as well.
Testing
Since this change only touches documentation, I haven't tested very thoroughly. I need to get my home environment running with older versions of .NET, but after unloading the 3.5 and 4.5 projects I managed to run all unit tests (except 3..5 and 4.5 specific ones) successfully.
Screenshots (if appropriate)
N/A
Types of changes
Checklist
License