Module Values_1.DeletePartitionIndexRequestSource

Deletes a specified partition index from an existing table.

Sourcetype nonrec t = {
  1. catalogId : Values_0.CatalogIdString.t option;
    (*

    The catalog ID where the table resides.

    *)
  2. databaseName : Values_0.NameString.t;
    (*

    Specifies the name of a database from which you want to delete a partition index.

    *)
  3. tableName : Values_0.NameString.t;
    (*

    Specifies the name of a table from which you want to delete a partition index.

    *)
  4. indexName : Values_0.NameString.t;
    (*

    The name of the partition index to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> databaseName:Values_0.NameString.t -> tableName:Values_0.NameString.t -> indexName:Values_0.NameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t