File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
TableStorage.Abstractions.Trie.Tests
TableStorage.Abstractions.Trie Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- namespace TableStorage . Abstractions . Trie . Core . Tests
1+ namespace TableStorage . Abstractions . Trie . Tests
22{
33 public class Customer
44 {
Original file line number Diff line number Diff line change 44using System . Threading . Tasks ;
55using Microsoft . VisualStudio . TestTools . UnitTesting ;
66
7- namespace TableStorage . Abstractions . Trie . Core . Tests
7+ namespace TableStorage . Abstractions . Trie . Tests
88{
99 [ TestClass ]
1010 public class TrieTests
Original file line number Diff line number Diff line change 33using System . Threading . Tasks ;
44
55
6- namespace TableStorage . Abstractions . Trie . Core
6+ namespace TableStorage . Abstractions . Trie
77{
88 public interface ITrieSearch < T > where T : new ( )
99 {
Original file line number Diff line number Diff line change 33using System . Linq ;
44using System . Threading . Tasks ;
55
6- namespace TableStorage . Abstractions . Trie . Core
6+ namespace TableStorage . Abstractions . Trie
77{
88 /// <summary>
99 /// Manages multiple indexes using a trie-like strategy to accomplish "begins with" searching in Azure Table Storage.
Original file line number Diff line number Diff line change 1- namespace TableStorage . Abstractions . Trie . Core
1+ namespace TableStorage . Abstractions . Trie
22{
33 internal class TrieEntry < T >
44 {
Original file line number Diff line number Diff line change 1212using TableStorage . Abstractions . Store ;
1313using TableStorage . Abstractions . TableEntityConverters ;
1414
15- namespace TableStorage . Abstractions . Trie . Core
15+ namespace TableStorage . Abstractions . Trie
1616{
1717 /// <summary>
1818 /// Manages a single index using a trie-like strategy to accomplish "begins with" searching in Azure Table Storage
Original file line number Diff line number Diff line change 1- namespace TableStorage . Abstractions . Trie . Core
1+ namespace TableStorage . Abstractions . Trie
22{
33 public class TrieSearchOptions
44 {
You can’t perform that action at this time.
0 commit comments