Values_2.StartMaterializedViewRefreshTaskRunRequestSourceStarts 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 run the materialized view refresh task.
*)fullRefresh : Values_0.NullableBoolean.t option;Specifies whether this is a full refresh of the task run.
*)}val make :
?fullRefresh:??? ->
catalogId:Values_0.NameString.t ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.NullableBoolean.t
| `String of Values_0.NameString.t ])
list ]