Uses of Class
com.azure.resourcemanager.datafactory.models.StoreReadSettings
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of StoreReadSettings in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionDeleteActivityTypeProperties.storeSettings()
Get the storeSettings property: Delete activity store settings.GetMetadataActivityTypeProperties.storeSettings()
Get the storeSettings property: GetMetadata activity store settings.Modifier and TypeMethodDescriptionDeleteActivityTypeProperties.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Delete activity store settings.GetMetadataActivityTypeProperties.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: GetMetadata activity store settings. -
Uses of StoreReadSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeClassDescriptionfinal class
Amazon S3 Compatible read settings.final class
Amazon S3 read settings.final class
Azure blobFS read settings.final class
Azure blob read settings.final class
Azure data lake store read settings.final class
Azure File Storage read settings.final class
File server read settings.final class
Ftp read settings.final class
Google Cloud Storage read settings.final class
HDFS read settings.final class
Sftp read settings.final class
Oracle Cloud Storage read settings.final class
Sftp read settings.Modifier and TypeMethodDescriptionAvroSource.storeSettings()
Get the storeSettings property: Avro store settings.BinarySource.storeSettings()
Get the storeSettings property: Binary store settings.DeleteActivity.storeSettings()
Get the storeSettings property: Delete activity store settings.DelimitedTextSource.storeSettings()
Get the storeSettings property: DelimitedText store settings.ExcelSource.storeSettings()
Get the storeSettings property: Excel store settings.GetMetadataActivity.storeSettings()
Get the storeSettings property: GetMetadata activity store settings.JsonSource.storeSettings()
Get the storeSettings property: Json store settings.OrcSource.storeSettings()
Get the storeSettings property: ORC store settings.ParquetSource.storeSettings()
Get the storeSettings property: Parquet store settings.XmlSource.storeSettings()
Get the storeSettings property: Xml store settings.StoreReadSettings.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Connector read setting.StoreReadSettings.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.StoreReadSettings.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.Modifier and TypeMethodDescriptionAvroSource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Avro store settings.BinarySource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Binary store settings.DeleteActivity.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Delete activity store settings.DelimitedTextSource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: DelimitedText store settings.ExcelSource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Excel store settings.GetMetadataActivity.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: GetMetadata activity store settings.JsonSource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Json store settings.OrcSource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: ORC store settings.ParquetSource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Parquet store settings.XmlSource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: Xml store settings.