ClusterKey Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Models.ClusterKey : string * string -> Microsoft.Azure.Management.CosmosDB.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"