Condividi tramite


IndexerLimits.MaxDocumentContentCharactersToExtract Property

Definition

Gets the maximum number of characters that will be extracted from a document picked up for indexing.

[Newtonsoft.Json.JsonProperty(PropertyName="maxDocumentContentCharactersToExtract")]
public double? MaxDocumentContentCharactersToExtract { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxDocumentContentCharactersToExtract")>]
member this.MaxDocumentContentCharactersToExtract : Nullable<double>
Public ReadOnly Property MaxDocumentContentCharactersToExtract As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to