次の方法で共有


CreationData.LogicalSectorSize プロパティ

定義

Ultra ディスクの論理セクター サイズをバイト単位で取得または設定します。 サポートされている値は 512 と 4096 です。 既定値は 4096 です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象