DeploymentExtensions.ImportRequest 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.
Describes an import request for Dataverse
public sealed class DeploymentExtensions.ImportRequest
type DeploymentExtensions.ImportRequest = class
Public NotInheritable Class DeploymentExtensions.ImportRequest
- Inheritance
-
DeploymentExtensions.ImportRequest
Constructors
DeploymentExtensions.ImportRequest() |
Default constructor |
Properties
DataMapFileId |
ID of the DataMap to use |
DataMapFileName |
Name of the DataMap File to use ID or Name is required |
Files |
List of files to import in this job, there must be at least one. |
ImportName |
Name of the Import Request. this Name will appear in Dataverse |
Mode |
Sets or gets the Import Mode. |
UseSystemMap |
if True, infers the map from the type of entity requested.. |