How do I use TPL Dataflow with Azure Table Storage & continuation Tokens?

Unanswered How do I use TPL Dataflow with Azure Table Storage & continuation Tokens?

  • Saturday, November 10, 2012 9:51 PM
     
     

    I'd like to use TPL Dataflow so I can process a 10,000 entry table as the results are downloaded (100 entries at a time).

    How do I use TPL Dataflow so I can do this with the most recent storage client?

All Replies

  • Sunday, November 11, 2012 10:04 AM
     
     
    What have you tried? How did that fail?
  • Monday, November 12, 2012 4:08 AM
     
     
    @svick - I haven't yet figured out the API of the new storage client ... especially in terms of Async Tasks.