Values_2.StopMaterializedViewRefreshTaskRunRequestSourceStops a materialized view refresh task run, for a specified table and columns.
type nonrec t = {catalogId : Values_0.NameString.t;The ID of the Data Catalog where the table reside. If none is supplied, the account ID is used by default.
*)databaseName : Values_0.NameString.t;The name of the database where the table resides.
*)tableName : Values_0.NameString.t;The name of the table to generate statistics.
*)}val make :
catalogId:Values_0.NameString.t ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
unit ->
t