Cassandra Source Args
A copy activity source for a Cassandra database.
Constructors
Properties
Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).
Source retry count. Type: integer (or Expression with resultType integer).
Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).