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.
This is the response object from the DescribeStatement operation.
Namespace: Amazon.RedshiftDataAPIService.Model
Assembly: AWSSDK.RedshiftDataAPIService.dll
Version: 3.x.y.z
public class DescribeStatementResponse : AmazonWebServiceResponse
The DescribeStatementResponse type exposes the following members
Name | Description | |
---|---|---|
DescribeStatementResponse() |
Name | Type | Description | |
---|---|---|---|
ClusterIdentifier | System.String |
Gets and sets the property ClusterIdentifier. The cluster identifier. |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
CreatedAt | System.DateTime |
Gets and sets the property CreatedAt. The date and time (UTC) when the SQL statement was submitted to run. |
|
Database | System.String |
Gets and sets the property Database. The name of the database. |
|
DbUser | System.String |
Gets and sets the property DbUser. The database user name. |
|
Duration | System.Int64 |
Gets and sets the property Duration. The amount of time in nanoseconds that the statement ran. |
|
Error | System.String |
Gets and sets the property Error. The error message from the cluster if the SQL statement encountered an error while running. |
|
HasResultSet | System.Boolean |
Gets and sets the property HasResultSet. A value that indicates whether the statement has a result set. The result set can be empty. The value is true for an empty result set. The value is true if any substatement returns a result set. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
Id | System.String |
Gets and sets the property Id. The identifier of the SQL statement described. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. |
|
QueryParameters | System.Collections.Generic.List<Amazon.RedshiftDataAPIService.Model.SqlParameter> |
Gets and sets the property QueryParameters. The parameters for the SQL statement. |
|
QueryString | System.String |
Gets and sets the property QueryString. The SQL statement text. |
|
RedshiftPid | System.Int64 |
Gets and sets the property RedshiftPid. The process identifier from Amazon Redshift. |
|
RedshiftQueryId | System.Int64 |
Gets and sets the property RedshiftQueryId.
The identifier of the query generated by Amazon Redshift. These identifiers are also
available in the |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ResultFormat | Amazon.RedshiftDataAPIService.ResultFormatString |
Gets and sets the property ResultFormat. The data format of the result of the SQL statement. |
|
ResultRows | System.Int64 |
Gets and sets the property ResultRows.
Either the number of rows returned from the SQL statement or the number of rows affected.
If result size is greater than zero, the result rows can be the number of rows affected
by SQL statements such as INSERT, UPDATE, DELETE, COPY, and others. A |
|
ResultSize | System.Int64 |
Gets and sets the property ResultSize.
The size in bytes of the returned results. A |
|
SecretArn | System.String |
Gets and sets the property SecretArn. The name or Amazon Resource Name (ARN) of the secret that enables access to the database. |
|
SessionId | System.String |
Gets and sets the property SessionId. The session identifier of the query. |
|
Status | Amazon.RedshiftDataAPIService.StatusString |
Gets and sets the property Status. The status of the SQL statement being described. Status values are defined as follows:
|
|
SubStatements | System.Collections.Generic.List<Amazon.RedshiftDataAPIService.Model.SubStatementData> |
Gets and sets the property SubStatements. The SQL statements from a multiple statement run. |
|
UpdatedAt | System.DateTime |
Gets and sets the property UpdatedAt. The date and time (UTC) that the metadata for the SQL statement was last updated. An example is the time the status last changed. |
|
WorkgroupName | System.String |
Gets and sets the property WorkgroupName. The serverless workgroup name or Amazon Resource Name (ARN). |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5