BlobCopyFromUriOptions.RehydratePriority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional RehydratePriority Indicates the priority with which to rehydrate an archived blob.
This parameter is not valid for synchronous copies.
public Azure.Storage.Blobs.Models.RehydratePriority? RehydratePriority { get; set; }
member this.RehydratePriority : Nullable<Azure.Storage.Blobs.Models.RehydratePriority> with get, set
Public Property RehydratePriority As Nullable(Of RehydratePriority)