CreateNamedQueryRequest
class CreateNamedQueryRequest
Types
Properties
Link copied to clipboard
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once). If another CreateNamedQuery
request is received, the same response is returned and another query is not created. If a parameter has changed, for example, the QueryString
, an error is returned.
Link copied to clipboard
The query description.
Link copied to clipboard
The contents of the query with all query statements.