Inconsistencies in the naming of objects
Brought to you by:
yvesyang
There are inconsistencies in the naming of objects.
For queue and blob storage the <type>Storage pattern is used to name the primary access classes.
For tables it is DatabaseTable rather than the expected TableStorage.
In many classes Javadoc is non existent or almost useless in its brevity.
So check all sources about the inconsistencies.
It has been fixed.