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