Class DeleteKeyResponse

    • Method Detail

      • itemCount

        public final Integer itemCount()

        Number of key value pairs in the Key Value Store after the successful delete.

        Returns:
        Number of key value pairs in the Key Value Store after the successful delete.
      • totalSizeInBytes

        public final Long totalSizeInBytes()

        Total size of the Key Value Store after the successful delete, in bytes.

        Returns:
        Total size of the Key Value Store after the successful delete, in bytes.
      • eTag

        public final String eTag()

        The current version identifier of the Key Value Store after the successful delete.

        Returns:
        The current version identifier of the Key Value Store after the successful delete.
      • 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