Example #1
0
        // package azure table response as list of dict<str,obj>

        private static List <Dictionary <string, object> > GetTsDicts(HttpResponse http_response)
        {
            return(GenUtils.GetOdataDicts(http_response.bytes));
        }