DataBoxDiskJobDetails.PreferredDisks 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.
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
public System.Collections.Generic.IDictionary<string,int> PreferredDisks { get; }
member this.PreferredDisks : System.Collections.Generic.IDictionary<string, int>
Public ReadOnly Property PreferredDisks As IDictionary(Of String, Integer)