Interface PartitionKey.Builder

    • Method Detail

      • name

        PartitionKey.Builder name​(String name)

        The name of the partition key.

        Parameters:
        name - The name of the partition key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        PartitionKey.Builder type​(String type)

        The data type of the partition key. For example, bigint or string.

        Parameters:
        type - The data type of the partition key. For example, bigint or string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.