0

Here is the structure:

  1. Root directory with more than one folder-> one of then "foo"
  2. foo folder has child folder "foo1"
  3. foo1 has various folders/contents

Now, I'd need to go to foo1. I was wondering if I should be reading foo and foo1 as a CloudBlobContainer or as a CloudBlob, if I read foo as Cloud Blob, it doesn't allow me to read foo1 as CloudBlob(couldn't find the method)

Jasmine
  • 135
  • 3
  • 16

1 Answers1

0

Well, one way to do this is to get the DirectoryReference using the method.

CloudBlobContainer.getDirectoryReference({directoryname}}
Sabaoon Bedar
  • 3,113
  • 2
  • 31
  • 37
Jasmine
  • 135
  • 3
  • 16