Class GetKxDatabaseResponse

    • Method Detail

      • databaseName

        public final String databaseName()

        The name of the kdb database for which the information is retrieved.

        Returns:
        The name of the kdb database for which the information is retrieved.
      • databaseArn

        public final String databaseArn()

        The ARN identifier of the database.

        Returns:
        The ARN identifier of the 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.
      • createdTimestamp

        public final Instant createdTimestamp()

        The timestamp at which the database is created in FinSpace. 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 timestamp at which the database is created in FinSpace. 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.
      • 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.
      • lastCompletedChangesetId

        public final String lastCompletedChangesetId()

        A unique identifier for the changeset.

        Returns:
        A unique identifier for the changeset.
      • numBytes

        public final Long numBytes()

        The total number of bytes in the database.

        Returns:
        The total number of bytes in the database.
      • numChangesets

        public final Integer numChangesets()

        The total number of changesets in the database.

        Returns:
        The total number of changesets in the database.
      • numFiles

        public final Integer numFiles()

        The total number of files in the database.

        Returns:
        The total number of files in the database.
      • 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