I have been using QueueClient to handle all functionality with the Storage Queue. I noticed in a few examples online that there is a CloudQueue, that has several more methods.
What is the difference between the two? Why would you use one over the other?
EDIT: I am using both Microsoft.Azure.Storage.Queue and Azure.Storage.Queues