JsonSource.StoreSettings Property

Definition

Json store settings. Please note StoreReadSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AmazonS3ReadSettings, AzureBlobFSReadSettings, AzureBlobStorageReadSettings, AzureDataLakeStoreReadSettings, AzureFileStorageReadSettings, FileServerReadSettings, FtpReadSettings, GoogleCloudStorageReadSettings, HdfsReadSettings, HttpReadSettings and SftpReadSettings.

public Azure.Analytics.Synapse.Artifacts.Models.StoreReadSettings StoreSettings { get; set; }
member this.StoreSettings : Azure.Analytics.Synapse.Artifacts.Models.StoreReadSettings with get, set
Public Property StoreSettings As StoreReadSettings

Property Value

Applies to