Class StoreReadSettings

    • Constructor Detail

      • StoreReadSettings

        public StoreReadSettings()
    • Method Detail

      • getMaxConcurrentConnections

        public Object getMaxConcurrentConnections()
        Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
        Returns:
        the maxConcurrentConnections value.
      • setMaxConcurrentConnections

        public StoreReadSettings setMaxConcurrentConnections​(Object maxConcurrentConnections)
        Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
        Parameters:
        maxConcurrentConnections - the maxConcurrentConnections value to set.
        Returns:
        the StoreReadSettings object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: Connector read setting.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public StoreReadSettings setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Connector read setting.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the StoreReadSettings object itself.