Values_1.DeletePartitionIndexRequestSourceDeletes a specified partition index from an existing 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 delete a partition index.
*)tableName : Values_0.NameString.t;Specifies the name of a table from which you want to delete a partition index.
*)indexName : Values_0.NameString.t;The name of the partition index to be deleted.
*)}val make :
?catalogId:??? ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
indexName:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]