StoreReadSettings interface

Connector read setting.

Properties

additionalProperties

Additional properties

disableMetricsCollection

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

maxConcurrentConnections

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