BulkDetectDuplicatesRequest.RecurrencePattern Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the recurrence pattern for the asynchronous system job that detects multiple duplicate records. Optional.
public:
property System::String ^ RecurrencePattern { System::String ^ get(); void set(System::String ^ value); };
public string RecurrencePattern { get; set; }
member this.RecurrencePattern : string with get, set
Public Property RecurrencePattern As String
Property Value
The recurrence pattern for the asynchronous system job that detects multiple duplicate records.
Remarks
You can run the bulk detect duplicates job daily or without recurrence. To run without recurrence, set this property to String.Empty
. For more information, see Recurrence start times and patterns.