Package version:

Interface StoreReadSettings

Connector read setting.

interface StoreReadSettings {
    disableMetricsCollection?: any;
    maxConcurrentConnections?: any;
    type:
        | "AzureBlobStorageReadSettings"
        | "AzureBlobFSReadSettings"
        | "AzureDataLakeStoreReadSettings"
        | "AmazonS3ReadSettings"
        | "FileServerReadSettings"
        | "AzureFileStorageReadSettings"
        | "AmazonS3CompatibleReadSettings"
        | "OracleCloudStorageReadSettings"
        | "GoogleCloudStorageReadSettings"
        | "FtpReadSettings"
        | "SftpReadSettings"
        | "HttpReadSettings"
        | "HdfsReadSettings"
        | "LakeHouseReadSettings";
    [property: string]: any;
}

Hierarchy (view full)

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

disableMetricsCollection?: any

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

maxConcurrentConnections?: any

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

type:
    | "AzureBlobStorageReadSettings"
    | "AzureBlobFSReadSettings"
    | "AzureDataLakeStoreReadSettings"
    | "AmazonS3ReadSettings"
    | "FileServerReadSettings"
    | "AzureFileStorageReadSettings"
    | "AmazonS3CompatibleReadSettings"
    | "OracleCloudStorageReadSettings"
    | "GoogleCloudStorageReadSettings"
    | "FtpReadSettings"
    | "SftpReadSettings"
    | "HttpReadSettings"
    | "HdfsReadSettings"
    | "LakeHouseReadSettings"

Polymorphic discriminator, which specifies the different types this object can be