◆ createSchema() [1/2]
| inline |
Creates a SQL-style schema.
Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
| request_ | Request object containing the parameters for the operation. |
Definition at line 23584 of file KineticaFunctions.cs.
◆ createSchema() [2/2]
| inline |
Creates a SQL-style schema.
Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
| schema_name | Name of the schema to be created. Has the same naming restrictions as tables. |
| options | Optional parameters.
|
Definition at line 23650 of file KineticaFunctions.cs.
◆ CreateSchemaAsync() [1/2]
| inline |
Creates a SQL-style schema.
(async)
Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 23603 of file KineticaFunctions.cs.
◆ CreateSchemaAsync() [2/2]
| inline |
Creates a SQL-style schema.
(async)
Schemas are containers for tables and views. Multiple tables and views can be defined with the same name in different schemas.
| schema_name | Name of the schema to be created. Has the same naming restrictions as tables. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 23697 of file KineticaFunctions.cs.