IndexerLimits.MaxDocumentExtractionSize Property

Definition

Gets the maximum size of a document, in bytes, which will be considered valid for indexing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to