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.
Namespace: Amazon.LakeFormation.Model
Assembly: AWSSDK.LakeFormation.dll
Version: 3.x.y.z
public class QueryPlanningContext
The QueryPlanningContext type exposes the following members
Name | Description | |
---|---|---|
![]() |
QueryPlanningContext() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
DatabaseName | System.String |
Gets and sets the property DatabaseName. The database containing the table. |
![]() |
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 |
![]() |
QueryParameters | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property QueryParameters. A map consisting of key-value pairs. |
![]() |
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 |
.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