Table of Contents

Class CassandraPartitionKey

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Cosmos DB Cassandra table partition key

public class CassandraPartitionKey
Inheritance
CassandraPartitionKey
Inherited Members

Constructors

CassandraPartitionKey()

Initializes a new instance of the CassandraPartitionKey class.

public CassandraPartitionKey()

CassandraPartitionKey(string)

Initializes a new instance of the CassandraPartitionKey class.

public CassandraPartitionKey(string name = null)

Parameters

name string

Name of the Cosmos DB Cassandra table partition key

Properties

Name

Gets or sets name of the Cosmos DB Cassandra table partition key

public string Name { get; set; }

Property Value

string