共用方式為


DataBoxDiskJobDetails.PreferredDisks Property

Definition

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)

Property Value

Applies to