@Generated public interface OnlineTablesService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
OnlineTable |
create(CreateOnlineTableRequest createOnlineTableRequest)
Create an Online Table.
|
void |
delete(DeleteOnlineTableRequest deleteOnlineTableRequest)
Delete an Online Table.
|
OnlineTable |
get(GetOnlineTableRequest getOnlineTableRequest)
Get an Online Table.
|
OnlineTable create(CreateOnlineTableRequest createOnlineTableRequest)
Create a new Online Table.
void delete(DeleteOnlineTableRequest deleteOnlineTableRequest)
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!
OnlineTable get(GetOnlineTableRequest getOnlineTableRequest)
Get information about an existing online table and its status.
Copyright © 2024. All rights reserved.