StoreReadSettings Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. StoreReadSettings
- com.
Implements
public class StoreReadSettings
implements JsonSerializable<StoreReadSettings>
Connector read setting.
Constructor Summary
| Constructor | Description |
|---|---|
| StoreReadSettings() |
Creates an instance of Store |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| Object |
disableMetricsCollection()
Get the disable |
|
static
Store |
fromJson(JsonReader jsonReader)
Reads an instance of Store |
| Object |
maxConcurrentConnections()
Get the max |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The read setting type. |
|
Store |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Store |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Store |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
Methods inherited from java.lang.Object
Constructor Details
StoreReadSettings
public StoreReadSettings()
Creates an instance of StoreReadSettings class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Connector read setting.
Returns:
disableMetricsCollection
public Object disableMetricsCollection()
Get the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Returns:
fromJson
public static StoreReadSettings fromJson(JsonReader jsonReader)
Reads an instance of StoreReadSettings from the JsonReader.
Parameters:
Returns:
Throws:
maxConcurrentConnections
public Object maxConcurrentConnections()
Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Returns:
toJson
type
public String type()
Get the type property: The read setting type.
Returns:
withAdditionalProperties
public StoreReadSettings withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Connector read setting.
Parameters:
Returns:
withDisableMetricsCollection
public StoreReadSettings withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Parameters:
Returns:
withMaxConcurrentConnections
public StoreReadSettings withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Parameters:
Returns: