AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateNamedQuery operation. Creates a named query in the specified workgroup. Requires that you have access to the workgroup.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Athena.AmazonAthenaRequest
      Amazon.Athena.Model.CreateNamedQueryRequest

Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z

Syntax

C#
public class CreateNamedQueryRequest : AmazonAthenaRequest
         IAmazonWebServiceRequest

The CreateNamedQueryRequest type exposes the following members

Constructors

NameDescription
Public Method CreateNamedQueryRequest()

Properties

NameTypeDescription
Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

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.

This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for users. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.

Public Property Database System.String

Gets and sets the property Database.

The database to which the query belongs.

Public Property Description System.String

Gets and sets the property Description.

The query description.

Public Property Name System.String

Gets and sets the property Name.

The query name.

Public Property QueryString System.String

Gets and sets the property QueryString.

The contents of the query with all query statements.

Public Property WorkGroup System.String

Gets and sets the property WorkGroup.

The name of the workgroup in which the named query is being created.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5