Class UpdateKxDatabaseResponse

    • Method Detail

      • databaseName

        public final String databaseName()

        The name of the kdb database.

        Returns:
        The name of the kdb database.
      • environmentId

        public final String environmentId()

        A unique identifier for the kdb environment.

        Returns:
        A unique identifier for the kdb environment.
      • description

        public final String description()

        A description of the database.

        Returns:
        A description of the database.
      • lastModifiedTimestamp

        public final Instant lastModifiedTimestamp()

        The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Returns:
        The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object