Bad name prefix for querying boolean properties
Brought to you by:
yvesyang
There are some bad name prefix for querying boolean properties, for example,
BlobStorage.doesContainerExist()
we should use BlobStorage.isContainerExist() instead of the previous naming.
So check all properties and methods naming and make sure the naming is good.
It has been fixed.