Class PolybaseSettings

java.lang.Object
com.azure.analytics.synapse.artifacts.models.PolybaseSettings

public final class PolybaseSettings extends Object
PolyBase settings.
  • Constructor Details

    • PolybaseSettings

      public PolybaseSettings()
  • Method Details

    • getRejectType

      public PolybaseSettingsRejectType getRejectType()
      Get the rejectType property: Reject type.
      Returns:
      the rejectType value.
    • setRejectType

      public PolybaseSettings setRejectType(PolybaseSettingsRejectType rejectType)
      Set the rejectType property: Reject type.
      Parameters:
      rejectType - the rejectType value to set.
      Returns:
      the PolybaseSettings object itself.
    • getRejectValue

      public Object getRejectValue()
      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.
    • setRejectValue

      public PolybaseSettings setRejectValue(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.
    • getRejectSampleValue

      public Object getRejectSampleValue()
      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.
    • setRejectSampleValue

      public PolybaseSettings setRejectSampleValue(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.
    • getUseTypeDefault

      public Object getUseTypeDefault()
      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.
    • setUseTypeDefault

      public PolybaseSettings setUseTypeDefault(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.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: PolyBase settings.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public PolybaseSettings setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: PolyBase settings.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the PolybaseSettings object itself.