次の方法で共有


PathHierarchyTokenizer.BufferSize プロパティ

定義

バッファー サイズを取得または設定します。 既定値は 1024 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象