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.

A structure containing information about the query plan.

Inheritance Hierarchy

System.Object
  Amazon.LakeFormation.Model.QueryPlanningContext

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

Syntax

C#
public class QueryPlanningContext

The QueryPlanningContext type exposes the following members

Constructors

NameDescription
Public Method QueryPlanningContext()

Properties

NameTypeDescription
Public Property CatalogId System.String

Gets and sets the property CatalogId.

The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

The database containing the table.

Public Property QueryAsOfTime System.DateTime

Gets and sets the property QueryAsOfTime.

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

Public Property QueryParameters System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property QueryParameters.

A map consisting of key-value pairs.

Public Property TransactionId System.String

Gets and sets the property TransactionId.

The transaction ID at which to read the table contents. If this transaction is not committed, the read will be treated as part of that transaction and will see its writes. If this transaction has aborted, an error will be returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with QueryAsOfTime.

Version Information

.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