Class CassandraPartitionKey
- 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
stringName 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; }