Lines Matching defs:SftpReadSettings

215396 type SftpReadSettings struct {  struct
215398 Recursive interface{} `json:"recursive,omitempty"`
215400 WildcardFolderPath interface{} `json:"wildcardFolderPath,omitempty"`
215402 WildcardFileName interface{} `json:"wildcardFileName,omitempty"`
215404 EnablePartitionDiscovery *bool `json:"enablePartitionDiscovery,omitempty"`
215406 PartitionRootPath interface{} `json:"partitionRootPath,omitempty"`
215408 FileListPath interface{} `json:"fileListPath,omitempty"`
215410 DeleteFilesAfterCompletion interface{} `json:"deleteFilesAfterCompletion,omitempty"`
215412 ModifiedDatetimeStart interface{} `json:"modifiedDatetimeStart,omitempty"`
215414 ModifiedDatetimeEnd interface{} `json:"modifiedDatetimeEnd,omitempty"`
215416 AdditionalProperties map[string]interface{} `json:""`
215418 MaxConcurrentConnections interface{} `json:"maxConcurrentConnections,omitempty"`
215420 DisableMetricsCollection interface{} `json:"disableMetricsCollection,omitempty"`
215422 Type TypeBasicStoreReadSettings `json:"type,omitempty"`
215426 func (srs SftpReadSettings) MarshalJSON() ([]byte, error) {
215472 func (srs SftpReadSettings) AsHdfsReadSettings() (*HdfsReadSettings, bool) {
215477 func (srs SftpReadSettings) AsHTTPReadSettings() (*HTTPReadSettings, bool) {
215482 func (srs SftpReadSettings) AsSftpReadSettings() (*SftpReadSettings, bool) {
215487 func (srs SftpReadSettings) AsFtpReadSettings() (*FtpReadSettings, bool) {
215492 …(srs SftpReadSettings) AsGoogleCloudStorageReadSettings() (*GoogleCloudStorageReadSettings, bool) {
215497 …(srs SftpReadSettings) AsOracleCloudStorageReadSettings() (*OracleCloudStorageReadSettings, bool) {
215502 …(srs SftpReadSettings) AsAmazonS3CompatibleReadSettings() (*AmazonS3CompatibleReadSettings, bool) {
215507 func (srs SftpReadSettings) AsAzureFileStorageReadSettings() (*AzureFileStorageReadSettings, bool) {
215512 func (srs SftpReadSettings) AsFileServerReadSettings() (*FileServerReadSettings, bool) {
215517 func (srs SftpReadSettings) AsAmazonS3ReadSettings() (*AmazonS3ReadSettings, bool) {
215522 …(srs SftpReadSettings) AsAzureDataLakeStoreReadSettings() (*AzureDataLakeStoreReadSettings, bool) {
215527 func (srs SftpReadSettings) AsAzureBlobFSReadSettings() (*AzureBlobFSReadSettings, bool) {
215532 func (srs SftpReadSettings) AsAzureBlobStorageReadSettings() (*AzureBlobStorageReadSettings, bool) {
215537 func (srs SftpReadSettings) AsStoreReadSettings() (*StoreReadSettings, bool) {
215542 func (srs SftpReadSettings) AsBasicStoreReadSettings() (BasicStoreReadSettings, bool) {
215547 func (srs *SftpReadSettings) UnmarshalJSON(body []byte) error {