Windows Azure Blob storage Modified date

I made a solution for a customer where I copied blobs from Windows Azure Blobstorage to an different location on Windows Azure Blobstorage. But to be a bit efficient I was keeping a list of blobs I have copied already. This list contains a Last modified date. So I the Last modified date was not changed I did not copy etc. Smart and at first it looked rater simple. Take a Blob look at the property LastModifiedUtc and voila. blockBlob.Properties.LastModifiedUtc So with a blob I look in the list compare the LastModifiedUtc of the Blob with the one in the … Continue reading Windows Azure Blob storage Modified date