EntityStagingLoadRequest 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.
The EntityStagingLoadRequest specfies the request to load entity stating.
public ref class EntityStagingLoadRequest : Microsoft::MasterDataServices::Services::MessageContracts::ModelMembersBulkRequest
[System.ServiceModel.MessageContract]
public class EntityStagingLoadRequest : Microsoft.MasterDataServices.Services.MessageContracts.ModelMembersBulkRequest
[<System.ServiceModel.MessageContract>]
type EntityStagingLoadRequest = class
inherit ModelMembersBulkRequest
Public Class EntityStagingLoadRequest
Inherits ModelMembersBulkRequest
- Inheritance
- Attributes
Constructors
EntityStagingLoadRequest() |
Initializes a new instance of the EntityStagingLoadRequest class. |
Properties
BatchTag |
Specifies the batch tag to identify the staging batch. |
ImportType |
Specifies the import type being staged. |
International |
Specifies client localization information. (Inherited from MessageRequest) |
ModelMembers |
Specifies the model members. (Inherited from ModelMembersBulkRequest) |
QueueForProcessing |
Specifies if the staging batches created during this load should be set queued to be process. |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |