Table of Contents

Class ClusterKey

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
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 string

Name of the Cosmos DB Cassandra table cluster key

orderBy string

Order 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

string

OrderBy

Gets or sets order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc"

public string OrderBy { get; set; }

Property Value

string