@aws-sdk/client-neptunedata

ExecuteGremlinProfileQueryCommandInput Interface

Members

Name
Type
Details
gremlinQuery Requiredstring | undefined

The Gremlin query string to profile.

chop number | undefined

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.

indexOps boolean | undefined

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.

results boolean | undefined

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.

serializer string | undefined

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.

Full Signature

export interface ExecuteGremlinProfileQueryCommandInput extends ExecuteGremlinProfileQueryInput