Uses of Class
com.azure.resourcemanager.datafactory.models.StoreWriteSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of StoreWriteSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeClassDescriptionfinal class
Azure blobFS write settings.final class
Azure blob write settings.final class
Azure data lake store write settings.final class
Azure File Storage write settings.final class
File server write settings.final class
Sftp write settings.Modifier and TypeMethodDescriptionAvroSink.storeSettings()
Get the storeSettings property: Avro store settings.BinarySink.storeSettings()
Get the storeSettings property: Binary store settings.DelimitedTextSink.storeSettings()
Get the storeSettings property: DelimitedText store settings.JsonSink.storeSettings()
Get the storeSettings property: Json store settings.OrcSink.storeSettings()
Get the storeSettings property: ORC store settings.ParquetSink.storeSettings()
Get the storeSettings property: Parquet store settings.StoreWriteSettings.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Connector write settings.StoreWriteSettings.withCopyBehavior
(Object copyBehavior) Set the copyBehavior property: The type of copy behavior for copy sink.StoreWriteSettings.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.StoreWriteSettings.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.Modifier and TypeMethodDescriptionAvroSink.withStoreSettings
(StoreWriteSettings storeSettings) Set the storeSettings property: Avro store settings.BinarySink.withStoreSettings
(StoreWriteSettings storeSettings) Set the storeSettings property: Binary store settings.DelimitedTextSink.withStoreSettings
(StoreWriteSettings storeSettings) Set the storeSettings property: DelimitedText store settings.JsonSink.withStoreSettings
(StoreWriteSettings storeSettings) Set the storeSettings property: Json store settings.OrcSink.withStoreSettings
(StoreWriteSettings storeSettings) Set the storeSettings property: ORC store settings.ParquetSink.withStoreSettings
(StoreWriteSettings storeSettings) Set the storeSettings property: Parquet store settings.