Class StoreReadSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.StoreReadSettings
- Direct Known Subclasses:
AmazonS3CompatibleReadSettings
,AmazonS3ReadSettings
,AzureBlobFSReadSettings
,AzureBlobStorageReadSettings
,AzureDataLakeStoreReadSettings
,AzureFileStorageReadSettings
,FileServerReadSettings
,FtpReadSettings
,GoogleCloudStorageReadSettings
,HdfsReadSettings
,HttpReadSettings
,OracleCloudStorageReadSettings
,SftpReadSettings
Connector read setting.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Connector read setting.Get the disableMetricsCollection property: If true, disable data store metrics collection.Get the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Connector read setting.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
-
Constructor Details
-
StoreReadSettings
public StoreReadSettings()Creates an instance of StoreReadSettings class.
-
-
Method Details
-
maxConcurrentConnections
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.
-
withMaxConcurrentConnections
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.
-
disableMetricsCollection
Get the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Returns:
- the disableMetricsCollection value.
-
withDisableMetricsCollection
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Parameters:
disableMetricsCollection
- the disableMetricsCollection value to set.- Returns:
- the StoreReadSettings object itself.
-
additionalProperties
Get the additionalProperties property: Connector read setting.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Connector read setting.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the StoreReadSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-