StoreReadSettings interface
Connector read setting.
Properties
| additional |
Additional 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 | The discriminator possible values: AzureBlobStorageReadSettings, AzureBlobFSReadSettings, AzureDataLakeStoreReadSettings, AmazonS3ReadSettings, FileServerReadSettings, AzureFileStorageReadSettings, AmazonS3CompatibleReadSettings, OracleCloudStorageReadSettings, GoogleCloudStorageReadSettings, FtpReadSettings, SftpReadSettings, HttpReadSettings, HdfsReadSettings, LakeHouseReadSettings |
Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
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
The discriminator possible values: AzureBlobStorageReadSettings, AzureBlobFSReadSettings, AzureDataLakeStoreReadSettings, AmazonS3ReadSettings, FileServerReadSettings, AzureFileStorageReadSettings, AmazonS3CompatibleReadSettings, OracleCloudStorageReadSettings, GoogleCloudStorageReadSettings, FtpReadSettings, SftpReadSettings, HttpReadSettings, HdfsReadSettings, LakeHouseReadSettings
type: string
Property Value
string