Share via


CassandraTableDataset.Keyspace Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.keyspace")]
public object Keyspace { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.keyspace")>]
member this.Keyspace : obj with get, set
Public Property Keyspace As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to