StoreReadSettings interface
Connector read setting.
Properties
disable |
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
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
disableMetricsCollection
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection?: any
Property Value
any
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: "AmazonS3CompatibleReadSettings" | "AmazonS3ReadSettings" | "AzureBlobFSReadSettings" | "AzureBlobStorageReadSettings" | "AzureDataLakeStoreReadSettings" | "AzureFileStorageReadSettings" | "FileServerReadSettings" | "FtpReadSettings" | "GoogleCloudStorageReadSettings" | "HdfsReadSettings" | "HttpReadSettings" | "LakeHouseReadSettings" | "OracleCloudStorageReadSettings" | "SftpReadSettings"
Property Value
"AmazonS3CompatibleReadSettings" | "AmazonS3ReadSettings" | "AzureBlobFSReadSettings" | "AzureBlobStorageReadSettings" | "AzureDataLakeStoreReadSettings" | "AzureFileStorageReadSettings" | "FileServerReadSettings" | "FtpReadSettings" | "GoogleCloudStorageReadSettings" | "HdfsReadSettings" | "HttpReadSettings" | "LakeHouseReadSettings" | "OracleCloudStorageReadSettings" | "SftpReadSettings"