Share via


SBTopic.DuplicateDetectionHistoryTimeWindow Property

Definition

Gets or sets ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.duplicateDetectionHistoryTimeWindow")]
public TimeSpan? DuplicateDetectionHistoryTimeWindow { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.duplicateDetectionHistoryTimeWindow")>]
member this.DuplicateDetectionHistoryTimeWindow : Nullable<TimeSpan> with get, set
Public Property DuplicateDetectionHistoryTimeWindow As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to