KeywordTokenizer.BufferSize Property

Definition

Gets or sets the read buffer size in bytes. Default is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to