DupSettings Class
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.
Contains duplicate detection settings that can be used to tune a deployment.
public ref class DupSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DupSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class DupSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DupSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type DupSettings = class
inherit DeploymentConfigSettings
Public Class DupSettings
Inherits DeploymentConfigSettings
- Inheritance
- Attributes
Remarks
You can also use Windows PowerShell to retrieve or update these settings.
Constructors
DupSettings() |
Initializes a new instance of the DupSettings class. |
Properties
BulkDetectBatchSize |
Gets or sets the bulk duplicate detection batch size. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |
MatchcodeLength |
Gets or sets the length of the match code. |
MatchcodePersistenceInterval |
Gets or sets the persistence interval for the match code. |
MaxPublishedRules |
Gets or sets the maximum number of published rules. |
PublishAsyncPollingInterval |
Gets or sets the polling interval for the asynchronous job. |
PublishPageSize |
Gets or sets the page size for results. |