StoreReadSettings Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.StoreReadSettings

public class StoreReadSettings

Connector read setting.

Constructor Summary

Constructor Description
StoreReadSettings()

Creates an instance of StoreReadSettings class.

Method Summary

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

Get the additionalProperties property: Connector read setting.

Object getMaxConcurrentConnections()

Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

StoreReadSettings setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Connector read setting.

StoreReadSettings setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

Methods inherited from java.lang.Object

Constructor Details

StoreReadSettings

public StoreReadSettings()

Creates an instance of StoreReadSettings class.

Method Details

getAdditionalProperties

public Map getAdditionalProperties()

Get the additionalProperties property: Connector read setting.

Returns:

the additionalProperties value.

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.

setAdditionalProperties

public StoreReadSettings setAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Connector read setting.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the StoreReadSettings object itself.

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.

Applies to