Show / Hide Table of Contents

Class CassandraTableDataset

The Cassandra database dataset.

Inheritance
System.Object
Dataset
CassandraTableDataset
Inherited Members
Dataset.AdditionalProperties
Dataset.Annotations
Dataset.Description
Dataset.Folder
Dataset.LinkedServiceName
Dataset.Parameters
Dataset.Schema
Dataset.Structure
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.CassandraTableDataset/CassandraTableDatasetConverter))]
public class CassandraTableDataset : Azure.Analytics.Synapse.Artifacts.Models.Dataset

Constructors

CassandraTableDataset(LinkedServiceReference)

Initializes a new instance of CassandraTableDataset.

Declaration
public CassandraTableDataset (Azure.Analytics.Synapse.Artifacts.Models.LinkedServiceReference linkedServiceName);
Parameters
LinkedServiceReference linkedServiceName

Linked service reference.

Exceptions
System.ArgumentNullException

linkedServiceName is null.

Properties

Keyspace

The keyspace of the Cassandra database. Type: string (or Expression with resultType string).

Declaration
public object Keyspace { get; set; }
Property Value
System.Object

TableName

The table name of the Cassandra database. Type: string (or Expression with resultType string).

Declaration
public object TableName { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET