Table of Contents

Class AlterTableDropVectorize

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

Represents an operation to remove vectorization from specific columns.

public class AlterTableDropVectorize : IAlterTableOperation
Inheritance
AlterTableDropVectorize
Implements
Inherited Members

Constructors

AlterTableDropVectorize(IEnumerable<string>)

Initializes a new instance with the specified column names.

public AlterTableDropVectorize(IEnumerable<string> columns)

Parameters

columns IEnumerable<string>

The columns to remove vectorization from.

Properties

Columns

Gets the list of column names to remove vectorization from.

public List<string> Columns { get; }

Property Value

List<string>

Methods

ToJsonFragment()

Converts the operation to its JSON representation.

public object ToJsonFragment()

Returns

object

A serializable object representing the operation.