What decides columns in Azure queues? -


i'm using azure queue storage. upgraded using microsoft.windowsazure.storageclient microsoft.windowsazure.storage. i've changed on using lokad cloudfx. @ point in process, started getting more columns in queue storage, including duplicate dequeue count.

azure storage explorer snapshot

i can't figure out how columns getting created. why there 2 dequeue count columns?

the columns have nothing internal schema of message. display management metadata specific queue. "dequeue count" indicates how many times clients have attempted dequeue message.

the duplicate column issue looks me ui bug in management tool.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -