From: http://msdn.microsoft.com/en-us/library/windowsazure/dd179394
x-ms-blob-sequence-number: The current sequence number for a page blob. This header is not returned for block blobs.
Currently the type of the BlobProperties SequenceNumber property is long, so when using getBlobProperties, the user will get a value of 0 for this property. It should be Long (like it already is for the SetBlobPropertiesResult class)
From: http://msdn.microsoft.com/en-us/library/windowsazure/dd179394
Currently the type of the
BlobPropertiesSequenceNumberproperty is long, so when using getBlobProperties, the user will get a value of 0 for this property. It should be Long (like it already is for theSetBlobPropertiesResultclass)