- Navigation Guide
@aws-sdk/client-neptunedata
ExecuteGremlinProfileQueryCommandInput Interface
The input for ExecuteGremlinProfileQueryCommand.
Members
Name | Type | Details |
---|---|---|
gremlinQuery Required | string | 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 |
results | boolean | undefined | If this flag is set to |
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