Uses of Class
com.azure.resourcemanager.datafactory.models.CassandraSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of CassandraSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCassandraSource.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.CassandraSource.withConsistencyLevel
(CassandraSourceReadConsistencyLevels consistencyLevel) Set the consistencyLevel property: The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application.CassandraSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.CassandraSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.Set the query property: Database query.CassandraSource.withQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.CassandraSource.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.CassandraSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.