CassandraSource Class

Definition

A copy activity source for a Cassandra database.

public class CassandraSource : Microsoft.Azure.Management.DataFactories.Models.CopySource
Inheritance

Inherited Members

Microsoft.Azure.Management.DataFactories.Models.CopySource

Constructors

CassandraSource()

Properties

ConsistencyLevel

Optional. 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 CassandraSourceReadConsistencyLevel. The default value is "ONE". It is case-insensitive. Reference: http://docs.datastax.com/en/cassandra/2.0/cassandra/dml/dml_config_consistency_c.html.

Query

Optional. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. CQL reference: https://docs.datastax.com/en/cql/3.1/cql/cql_reference/cqlReferenceTOC.html.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)