nicolgit / whoiswho

azure WhoIsWho engine
MIT License
4 stars 2 forks source link

Update index and indexer to support new datamodel #9

Closed nicolgit closed 3 years ago

nicolgit commented 3 years ago
        //Relation fields
        public string ParentPartitionKey { get; set; }
        public string ParentRowKey { get; set; }
        public string ChildPartitionKey { get; set; }
        public string ChildRowKey { get; set; }
nicolgit commented 3 years ago

duplicate of #16