◆ createMaterializedView() [1/2]
| inline |
Initiates the process of creating a materialized view, reserving the view’s name to prevent other views or tables from being created with that name.
For materialized view details and examples, see Materialized Views.
The response contains view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
| request_ | Request object containing the parameters for the operation. |
Definition at line 21458 of file KineticaFunctions.cs.
◆ createMaterializedView() [2/2]
| inline |
Initiates the process of creating a materialized view, reserving the view’s name to prevent other views or tables from being created with that name.
For materialized view details and examples, see Materialized Views.
The response contains view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
| table_name | Name of the table to be created that is the top-level table of the materialized view, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. |
| options | Optional parameters.
|
Definition at line 21732 of file KineticaFunctions.cs.
◆ CreateMaterializedViewAsync() [1/2]
| inline |
Initiates the process of creating a materialized view, reserving the view’s name to prevent other views or tables from being created with that name.
(async)
For materialized view details and examples, see Materialized Views.
The response contains view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 21482 of file KineticaFunctions.cs.
◆ CreateMaterializedViewAsync() [2/2]
| inline |
Initiates the process of creating a materialized view, reserving the view’s name to prevent other views or tables from being created with that name.
(async)
For materialized view details and examples, see Materialized Views.
The response contains view_id, which is used to tag each subsequent operation (projection, union, aggregation, filter, or join) that will compose the view.
| table_name | Name of the table to be created that is the top-level table of the materialized view, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 21983 of file KineticaFunctions.cs.