-AuditContext_AdditionalAuditContext <
String>
A string containing the additional audit context information.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AuditContext_AllColumnsRequested <
Boolean>
All columns request for audit.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AuditContext_RequestedColumn <
String[]>
The requested columns for audit. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AuditContext_RequestedColumns |
The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Amazon.PowerShell.Cmdlets.GLUE.AmazonGlueClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the catalog database where the partitions reside.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
An expression that filters the partitions to be returned.The expression uses SQL syntax similar to the SQL
WHERE filter clause. The SQL statement parser
JSQLParser parses the expression.
Operators: The following are the operators that you can use in the
Expression API call:
- =
- Checks whether the values of the two operands are equal; if yes, then the condition becomes true.Example: Assume 'variable a' holds 10 and 'variable b' holds 20. (a = b) is not true.
- < >
- Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.Example: (a < > b) is true.
- >
- Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.Example: (a > b) is not true.
- <
- Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.Example: (a < b) is true.
- >=
- Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.Example: (a >= b) is not true.
- <=
- Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.Example: (a <= b) is true.
- AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL
- Logical operators.
Supported Partition Key Types: The following are the supported partition keys.
- string
- date
- timestamp
- int
- bigint
- long
- tinyint
- smallint
- decimal
If an type is encountered that is not valid, an exception is thrown.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum number of partitions to return in a single response.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxResults |
A continuation token, if this is not the first call to retrieve these partitions.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-QuerySessionContext_AdditionalContext <
Hashtable>
An opaque string-string map passed by the query engine. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-QuerySessionContext_ClusterId <
String>
An identifier string for the consumer cluster.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-QuerySessionContext_QueryAuthorizationId <
String>
A cryptographically generated query identifier generated by Glue or Lake Formation.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-QuerySessionContext_QueryId <
String>
A unique identifier generated by the query engine for the query.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-QuerySessionContext_QueryStartTime <DateTime>
A timestamp provided by the query engine for when the query started.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specified only if the base tables belong to a different Amazon Web Services Region.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The segment of the table's partitions to scan in this request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'UnfilteredPartitions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Glue.Model.GetUnfilteredPartitionsMetadataResponse). Specifying the name of a property of type Amazon.Glue.Model.GetUnfilteredPartitionsMetadataResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A list of supported permission types. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SupportedPermissionTypes |
The name of the table that contains the partition.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |