Values_2.StopColumnStatisticsTaskRunRequestSourceStops a task run for the specified table.
type nonrec t = {databaseName : Values_0.DatabaseName.t;The name of the database where the table resides.
*)tableName : Values_0.NameString.t;The name of the table.
*)}val make :
databaseName:Values_0.DatabaseName.t ->
tableName:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.DatabaseName.t ]) list ]