質問

I'm using Azure Queue storage. I just upgraded from using Microsoft.WindowsAzure.StorageClient to Microsoft.WindowsAzure.Storage. I've also recently changed over from using Lokad to CloudFx. At some point in the process, I started getting some more columns in Queue storage, including a duplicate Dequeue Count.

Azure Storage Explorer snapshot

I can't figure out how those columns are getting created. Why are there two Dequeue Count columns?

役に立ちましたか?

解決

The columns have nothing to do with the internal schema of the message. They display management metadata which is specific to the queue. "Dequeue Count" indicates how many times clients have attempted to dequeue the message.

The duplicate column issue looks to me like a UI bug in the management tool.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top