All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.catalog.OnlineTablesService Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.catalog;

import com.databricks.sdk.support.Generated;

/**
 * Online tables provide lower latency and higher QPS access to data from Delta tables.
 *
 * 

This is the high-level interface, that contains generated methods. * *

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface OnlineTablesService { /** * Create an Online Table. * *

Create a new Online Table. */ OnlineTable create(CreateOnlineTableRequest createOnlineTableRequest); /** * Delete an Online Table. * *

Delete an online table. Warning: This will delete all the data in the online table. If the * source Delta table was deleted or modified since this Online Table was created, this will lose * the data forever! */ void delete(DeleteOnlineTableRequest deleteOnlineTableRequest); /** * Get an Online Table. * *

Get information about an existing online table and its status. */ OnlineTable get(GetOnlineTableRequest getOnlineTableRequest); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy