Exemple #1
0
 CloudBlob GetBlobReference(TKey key)
 {
     return(_container.GetBlobReference(_strategy.GetEntityLocation(typeof(TEntity), key)));
 }
Exemple #2
0
 string GetName(TKey key)
 {
     return(_strategy.GetEntityLocation <TEntity>(key));
 }
 string GetName(TKey key)
 {
     return(Path.Combine(_folder, _strategy.GetEntityLocation <TEntity>(key)));
 }
Exemple #4
0
 string GetName(TKey key)
 {
     return(_strategy.GetEntityLocation(typeof(TEntity), key));
 }
 string GetName(TKey key)
 {
     return(Path.Combine(_folder, _strategy.GetEntityLocation(typeof(TEntity), key)));
 }
Exemple #6
0
 CloudBlob GetBlobReference(TKey key)
 {
     return(_container.GetBlobReference(_strategy.GetEntityLocation <TEntity>(key)));
 }