Create Cache
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Project ID
Body
Create Cache Request
This class represents a request to cache data. It contains the catalog ID, schema name, table name, and schedule of the cache request.
The ID of the catalog for the cache request.
The name of the schema for the cache request.
The name of the table for the cache request.
This class represents a schedule for a materialized query.
This class represents a schedule for a materialized query.
Response
OK
The ID of the cache.
The ID of the catalog for the cache request.
The name of the schema for the cache request.
The name of the table for the cache request.
This class represents a schedule for a materialized query.
This class represents a schedule for a materialized query.
The ID of the project for the cache request.