Interface KeyspacesMetadata.Builder

  • Method Details

    • expirationTime

      KeyspacesMetadata.Builder expirationTime(String expirationTime)

      The time at which the associated data will expire, based on the time-to-live (TTL) setting.

      Parameters:
      expirationTime - The time at which the associated data will expire, based on the time-to-live (TTL) setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • writeTime

      KeyspacesMetadata.Builder writeTime(String writeTime)

      The timestamp at which the associated data was written to the database.

      Parameters:
      writeTime - The timestamp at which the associated data was written to the database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.