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