Description
In WASB, property "fs.azure.page.blob.dir" only support literal directory name.
We need to add support for wildcard '*' to represent for any directory name.
For example, the following pattern should be supported:
/dir1/dir2 /dir1/*/dir3 /dir1/*/*/dir4 /dir1/*/*/file