DataBoxDiskJobDetails.PreferredDisks Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="preferredDisks")]
public System.Collections.Generic.IDictionary<string,int?> PreferredDisks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preferredDisks")>]
member this.PreferredDisks : System.Collections.Generic.IDictionary<string, Nullable<int>> with get, set
Public Property PreferredDisks As IDictionary(Of String, Nullable(Of Integer))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to