Uses of Class
com.azure.resourcemanager.datafactory.models.StoreReadSettings
-
Packages that use StoreReadSettings Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of StoreReadSettings in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return StoreReadSettings Modifier and Type Method Description StoreReadSettings
DeleteActivityTypeProperties. storeSettings()
Get the storeSettings property: Delete activity store settings.StoreReadSettings
GetMetadataActivityTypeProperties. storeSettings()
Get the storeSettings property: GetMetadata activity store settings.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type StoreReadSettings Modifier and Type Method Description DeleteActivityTypeProperties
DeleteActivityTypeProperties. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Delete activity store settings.GetMetadataActivityTypeProperties
GetMetadataActivityTypeProperties. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: GetMetadata activity store settings. -
Uses of StoreReadSettings in com.azure.resourcemanager.datafactory.models
Subclasses of StoreReadSettings in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
AmazonS3CompatibleReadSettings
Amazon S3 Compatible read settings.class
AmazonS3ReadSettings
Amazon S3 read settings.class
AzureBlobFSReadSettings
Azure blobFS read settings.class
AzureBlobStorageReadSettings
Azure blob read settings.class
AzureDataLakeStoreReadSettings
Azure data lake store read settings.class
AzureFileStorageReadSettings
Azure File Storage read settings.class
FileServerReadSettings
File server read settings.class
FtpReadSettings
Ftp read settings.class
GoogleCloudStorageReadSettings
Google Cloud Storage read settings.class
HdfsReadSettings
HDFS read settings.class
HttpReadSettings
Sftp read settings.class
OracleCloudStorageReadSettings
Oracle Cloud Storage read settings.class
SftpReadSettings
Sftp read settings.Methods in com.azure.resourcemanager.datafactory.models that return StoreReadSettings Modifier and Type Method Description StoreReadSettings
AvroSource. storeSettings()
Get the storeSettings property: Avro store settings.StoreReadSettings
BinarySource. storeSettings()
Get the storeSettings property: Binary store settings.StoreReadSettings
DeleteActivity. storeSettings()
Get the storeSettings property: Delete activity store settings.StoreReadSettings
DelimitedTextSource. storeSettings()
Get the storeSettings property: DelimitedText store settings.StoreReadSettings
ExcelSource. storeSettings()
Get the storeSettings property: Excel store settings.StoreReadSettings
GetMetadataActivity. storeSettings()
Get the storeSettings property: GetMetadata activity store settings.StoreReadSettings
JsonSource. storeSettings()
Get the storeSettings property: Json store settings.StoreReadSettings
OrcSource. storeSettings()
Get the storeSettings property: ORC store settings.StoreReadSettings
ParquetSource. storeSettings()
Get the storeSettings property: Parquet store settings.StoreReadSettings
XmlSource. storeSettings()
Get the storeSettings property: Xml store settings.StoreReadSettings
StoreReadSettings. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Connector read setting.StoreReadSettings
StoreReadSettings. withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection.StoreReadSettings
StoreReadSettings. 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 StoreReadSettings Modifier and Type Method Description AvroSource
AvroSource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Avro store settings.BinarySource
BinarySource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Binary store settings.DeleteActivity
DeleteActivity. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Delete activity store settings.DelimitedTextSource
DelimitedTextSource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: DelimitedText store settings.ExcelSource
ExcelSource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Excel store settings.GetMetadataActivity
GetMetadataActivity. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: GetMetadata activity store settings.JsonSource
JsonSource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Json store settings.OrcSource
OrcSource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: ORC store settings.ParquetSource
ParquetSource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Parquet store settings.XmlSource
XmlSource. withStoreSettings(StoreReadSettings storeSettings)
Set the storeSettings property: Xml store settings.
-