StoreReadSettings interface
Connector read setting.
Properties
| max |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
maxConcurrentConnections
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
maxConcurrentConnections?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "AzureBlobStorageReadSettings" | "AzureBlobFSReadSettings" | "AzureDataLakeStoreReadSettings" | "AmazonS3ReadSettings" | "FileServerReadSettings" | "AzureFileStorageReadSettings" | "GoogleCloudStorageReadSettings" | "FtpReadSettings" | "SftpReadSettings" | "HttpReadSettings" | "HdfsReadSettings" | "LakeHouseReadSettings"
Property Value
"AzureBlobStorageReadSettings" | "AzureBlobFSReadSettings" | "AzureDataLakeStoreReadSettings" | "AmazonS3ReadSettings" | "FileServerReadSettings" | "AzureFileStorageReadSettings" | "GoogleCloudStorageReadSettings" | "FtpReadSettings" | "SftpReadSettings" | "HttpReadSettings" | "HdfsReadSettings" | "LakeHouseReadSettings"