共用方式為


CassandraSchema Class

Definition

Cosmos DB Cassandra table schema

public class CassandraSchema
type CassandraSchema = class
Public Class CassandraSchema
Inheritance
CassandraSchema

Constructors

CassandraSchema()

Initializes a new instance of the CassandraSchema class.

CassandraSchema(IList<Column>, IList<CassandraPartitionKey>, IList<ClusterKey>)

Initializes a new instance of the CassandraSchema class.

Properties

ClusterKeys

Gets or sets list of cluster key.

Columns

Gets or sets list of Cassandra table columns.

PartitionKeys

Gets or sets list of partition key.

Applies to