ClusterKey Constructors

Definition

Overloads

ClusterKey()

Initializes a new instance of the ClusterKey class.

ClusterKey(String, String)

Initializes a new instance of the ClusterKey class.

ClusterKey()

Initializes a new instance of the ClusterKey class.

public ClusterKey ();
Public Sub New ()

Applies to

ClusterKey(String, String)

Initializes a new instance of the ClusterKey class.

public ClusterKey (string name = default, string orderBy = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey : string * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.ClusterKey
Public Sub New (Optional name As String = Nothing, Optional orderBy As String = Nothing)

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"

Applies to