ExecuteGremlinProfileQueryRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val chop: Int?

If non-zero, causes the results string to be truncated at that number of characters. If set to zero, the string contains all the results.

Link copied to clipboard

The Gremlin query string to profile.

Link copied to clipboard

If this flag is set to TRUE, the results include a detailed report of all index operations that took place during query execution and serialization.

Link copied to clipboard

If this flag is set to TRUE, the query results are gathered and displayed as part of the profile report. If FALSE, only the result count is displayed.

Link copied to clipboard

If non-null, the gathered results are returned in a serialized response message in the format specified by this parameter. See Gremlin profile API in Neptune for more information.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String