Class ClusterKey
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
Cosmos DB Cassandra table cluster key
public class ClusterKey
- Inheritance
-
ClusterKey
- Inherited Members
Constructors
ClusterKey()
Initializes a new instance of the ClusterKey class.
public ClusterKey()
ClusterKey(string, string)
Initializes a new instance of the ClusterKey class.
public ClusterKey(string name = null, string orderBy = null)
Parameters
name
stringName of the Cosmos DB Cassandra table cluster key
orderBy
stringOrder of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc"
Properties
Name
Gets or sets name of the Cosmos DB Cassandra table cluster key
public string Name { get; set; }
Property Value
OrderBy
Gets or sets order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc"
public string OrderBy { get; set; }