class Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingErrorManagement
The error mangement.
Attributes
error_limit[RW]
@return [Integer] The error limit allowed while importing data.
error_management_type[RW]
@return [ErrorManagementTypes] The type of error management to use for the mapping. Possible values include: 'RejectAndContinue', 'StopImport', 'RejectUntilLimit'
Private Class Methods
mapper()
click to toggle source
Mapper for ConnectorMappingErrorManagement
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-04-26/generated/azure_mgmt_customer_insights/models/connector_mapping_error_management.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ConnectorMappingErrorManagement', type: { name: 'Composite', class_name: 'ConnectorMappingErrorManagement', model_properties: { error_management_type: { client_side_validation: true, required: true, serialized_name: 'errorManagementType', type: { name: 'Enum', module: 'ErrorManagementTypes' } }, error_limit: { client_side_validation: true, required: false, serialized_name: 'errorLimit', type: { name: 'Number' } } } } } end