public URIBlobDataAdaptor(TestAccount testAccount, string containerName)
     : base(testAccount, containerName, BlobTypeConst.Block, SourceOrDest.Source)
 {
     base.MakePublic();
 }
 public CloudBlobDataAdaptor(TestAccount testAccount, string containerName, string blobType, SourceOrDest sourceOrDest, string delimiter = "/")
     : base(testAccount, containerName, blobType, sourceOrDest, delimiter)
 {
 }
 public URIBlobDataAdaptor(TestAccount testAccount, string containerName)
     : base (testAccount, containerName, BlobTypeConst.Block, SourceOrDest.Source)
 {
     base.MakePublic();
 }