CreationData.LogicalSectorSize Property

Definition

Gets or sets logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default.

[Newtonsoft.Json.JsonProperty(PropertyName="logicalSectorSize")]
public int? LogicalSectorSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="logicalSectorSize")>]
member this.LogicalSectorSize : Nullable<int> with get, set
Public Property LogicalSectorSize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to