Compartir a través de


PathHierarchyTokenizer.BufferSize Propiedad

Definición

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a