次の方法で共有


KeywordTokenizer.BufferSize プロパティ

定義

読み取りバッファー サイズをバイト単位で取得または設定します。 既定値は 256 です。

[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

適用対象