Class CassandraPartitionKey


  • public class CassandraPartitionKey
    extends Object
    Cosmos DB Cassandra table partition key.
    • Constructor Detail

      • CassandraPartitionKey

        public CassandraPartitionKey()
    • Method Detail

      • name

        public String name()
        Get name of the Cosmos DB Cassandra table partition key.
        Returns:
        the name value
      • withName

        public CassandraPartitionKey withName​(String name)
        Set name of the Cosmos DB Cassandra table partition key.
        Parameters:
        name - the name value to set
        Returns:
        the CassandraPartitionKey object itself.