Interface IAlterTableOperation
Represents operations that can be applied to an existing table.
public interface IAlterTableOperation
Remarks
The following operations are available:
- AlterTableAddColumns - Adds new columns to a table.
- AlterTableAddVectorColumns - Adds vector columns to a table.
- AlterTableDropColumns - Drops columns from a table.
- AlterTableAddVectorize - Adds vectorization services to specific columns.
- AlterTableDropVectorize - Removes vectorization from specific columns.
Methods
ToJsonFragment()
Converts the operation to its JSON representation.
object ToJsonFragment()
Returns
- object
A serializable object representing the operation.