Values_2.GetPartitionIndexesRequestSourceRetrieves the partition indexes associated with a table.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The catalog ID where the table resides.
*)databaseName : Values_0.NameString.t;Specifies the name of a database from which you want to retrieve partition indexes.
*)tableName : Values_0.NameString.t;Specifies the name of a table for which you want to retrieve the partition indexes.
*)nextToken : Values_1.Token.t option;A continuation token, included if this is a continuation call.
*)}val make :
?catalogId:??? ->
?nextToken:??? ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]