Compartir a través de


KeywordTokenizer.BufferSize Propiedad

Definición

Obtiene o establece el tamaño del búfer de lectura en bytes. El valor predeterminado es 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a