IndexerLimits.MaxRunTime Property

Definition

Gets the maximum duration that the indexer is permitted to run for one execution.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to