Azure / azure-storage-net

Microsoft Azure Storage Libraries for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing blob property RehydrationPriority

viskin opened this issue · comments

Which service(blob, file, queue, table) does this issue concern?

Blob

Which version of the SDK was used?

11.2.2.0

Which platform are you using? (ex: .NET Core 2.1)

.Net 4.6.2

What problem was encountered?

Missing API to check rehydration priority for a blob that started rehydrating.

How can we reproduce the problem in the simplest way?

Try figuring out rehydration priority

Have you found a mitigation/solution?

BlobProperties should have a property RehydrationPriority or something like that, and CloudBlob.FetchAttributes() should read it from x-ms-rehydrate-priority header.

V11 is deprecated. Please see here.
Support for this property is present in V12, see here