Table of Contents

Interface IAlterTypeOperation

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

Represents operations that can be applied to an existing User Defined Type.

public interface IAlterTypeOperation

Remarks

The following operations are available:

Methods

GetOperation()

Gets the operation as a tuple (operation name, operation data).

(string, object) GetOperation()

Returns

(string, object)

A tuple where Item1 is the operation name and Item2 is the operation data.