Class ExecuteGremlinProfileQueryRequest

    • Method Detail

      • gremlinQuery

        public final String gremlinQuery()

        The Gremlin query string to profile.

        Returns:
        The Gremlin query string to profile.
      • results

        public final Boolean results()

        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.

        Returns:
        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.
      • chop

        public final Integer chop()

        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.

        Returns:
        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.
      • serializer

        public final String serializer()

        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.

        Returns:
        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.
      • indexOps

        public final Boolean indexOps()

        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.

        Returns:
        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.
      • 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