Class AzureSqlSourceResponse


  • public final class AzureSqlSourceResponse
    extends java.lang.Object
    • Method Detail

      • additionalColumns

        public java.util.Optional<java.lang.Object> additionalColumns()
        Returns:
        Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
      • disableMetricsCollection

        public java.util.Optional<java.lang.Object> disableMetricsCollection()
        Returns:
        If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
      • maxConcurrentConnections

        public java.util.Optional<java.lang.Object> maxConcurrentConnections()
        Returns:
        The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
      • partitionOption

        public java.util.Optional<java.lang.Object> partitionOption()
        Returns:
        The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange".
      • partitionSettings

        public java.util.Optional<SqlPartitionSettingsResponse> partitionSettings()
        Returns:
        The settings that will be leveraged for Sql source partitioning.
      • produceAdditionalTypes

        public java.util.Optional<java.lang.Object> produceAdditionalTypes()
        Returns:
        Which additional types to produce.
      • queryTimeout

        public java.util.Optional<java.lang.Object> queryTimeout()
        Returns:
        Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
      • sourceRetryCount

        public java.util.Optional<java.lang.Object> sourceRetryCount()
        Returns:
        Source retry count. Type: integer (or Expression with resultType integer).
      • sourceRetryWait

        public java.util.Optional<java.lang.Object> sourceRetryWait()
        Returns:
        Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
      • sqlReaderQuery

        public java.util.Optional<java.lang.Object> sqlReaderQuery()
        Returns:
        SQL reader query. Type: string (or Expression with resultType string).
      • sqlReaderStoredProcedureName

        public java.util.Optional<java.lang.Object> sqlReaderStoredProcedureName()
        Returns:
        Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string).
      • storedProcedureParameters

        public java.util.Map<java.lang.String,​StoredProcedureParameterResponse> storedProcedureParameters()
        Returns:
        Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
      • type

        public java.lang.String type()
        Returns:
        Copy source type. Expected value is 'AzureSqlSource'.