Class QueryStatisticsForDescribeQuery

    • Method Detail

      • eventsMatched

        public final Long eventsMatched()

        The number of events that matched a query.

        Returns:
        The number of events that matched a query.
      • eventsScanned

        public final Long eventsScanned()

        The number of events that the query scanned in the event data store.

        Returns:
        The number of events that the query scanned in the event data store.
      • bytesScanned

        public final Long bytesScanned()

        The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.

        Returns:
        The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.
      • executionTimeInMillis

        public final Integer executionTimeInMillis()

        The query's run time, in milliseconds.

        Returns:
        The query's run time, in milliseconds.
      • creationTime

        public final Instant creationTime()

        The creation time of the query.

        Returns:
        The creation time of the query.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)