ImportSettings 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 settings that can be changed to tune data import.
public ref class ImportSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ImportSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class ImportSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="ImportSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type ImportSettings = class
inherit DeploymentConfigSettings
Public Class ImportSettings
Inherits DeploymentConfigSettings
- Inheritance
- Attributes
Remarks
You can also use Windows PowerShell to retrieve or update these settings.
Constructors
ImportSettings() |
Initializes a new instance of the |
Properties
BatchSize |
Gets or sets the number of items to process in a batch. |
ContentBufferSize |
Gets or sets the size of the content buffer. |
CountUpdateBatchSize |
Gets or sets the batch size for import count updates. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentObject) |
MaxColumnsAllowed |
Gets or sets the maximum number of columns in an import file. |
MaxDataTruncationRetryCount |
Gets or sets the maximum number or retries. |
ParsedColumnDefaultSize |
Gets or sets the default size of the parsed column. |
PickListBatchSize |
Gets or sets the batch size for picklist import. |