PolybaseSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.PolybaseSettings

public final class PolybaseSettings

PolyBase settings.

Constructor Summary

Constructor Description
PolybaseSettings()

Creates an instance of PolybaseSettings class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: PolyBase settings.

Object rejectSampleValue()

Get the rejectSampleValue property: Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows.

PolybaseSettingsRejectType rejectType()

Get the rejectType property: Reject type.

Object rejectValue()

Get the rejectValue property: Specifies the value or the percentage of rows that can be rejected before the query fails.

Object useTypeDefault()

Get the useTypeDefault property: Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file.

void validate()

Validates the instance.

PolybaseSettings withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: PolyBase settings.

PolybaseSettings withRejectSampleValue(Object rejectSampleValue)

Set the rejectSampleValue property: Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows.

PolybaseSettings withRejectType(PolybaseSettingsRejectType rejectType)

Set the rejectType property: Reject type.

PolybaseSettings withRejectValue(Object rejectValue)

Set the rejectValue property: Specifies the value or the percentage of rows that can be rejected before the query fails.

PolybaseSettings withUseTypeDefault(Object useTypeDefault)

Set the useTypeDefault property: Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file.

Methods inherited from java.lang.Object

Constructor Details

PolybaseSettings

public PolybaseSettings()

Creates an instance of PolybaseSettings class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: PolyBase settings.

Returns:

the additionalProperties value.

rejectSampleValue

public Object rejectSampleValue()

Get the rejectSampleValue property: Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.

Returns:

the rejectSampleValue value.

rejectType

public PolybaseSettingsRejectType rejectType()

Get the rejectType property: Reject type.

Returns:

the rejectType value.

rejectValue

public Object rejectValue()

Get the rejectValue property: Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.

Returns:

the rejectValue value.

useTypeDefault

public Object useTypeDefault()

Get the useTypeDefault property: Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).

Returns:

the useTypeDefault value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public PolybaseSettings withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: PolyBase settings.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the PolybaseSettings object itself.

withRejectSampleValue

public PolybaseSettings withRejectSampleValue(Object rejectSampleValue)

Set the rejectSampleValue property: Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected rows. Type: integer (or Expression with resultType integer), minimum: 0.

Parameters:

rejectSampleValue - the rejectSampleValue value to set.

Returns:

the PolybaseSettings object itself.

withRejectType

public PolybaseSettings withRejectType(PolybaseSettingsRejectType rejectType)

Set the rejectType property: Reject type.

Parameters:

rejectType - the rejectType value to set.

Returns:

the PolybaseSettings object itself.

withRejectValue

public PolybaseSettings withRejectValue(Object rejectValue)

Set the rejectValue property: Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0.

Parameters:

rejectValue - the rejectValue value to set.

Returns:

the PolybaseSettings object itself.

withUseTypeDefault

public PolybaseSettings withUseTypeDefault(Object useTypeDefault)

Set the useTypeDefault property: Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. Type: boolean (or Expression with resultType boolean).

Parameters:

useTypeDefault - the useTypeDefault value to set.

Returns:

the PolybaseSettings object itself.

Applies to