你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithColumn 接口

定义

Cassandra 表更新的阶段,允许设置 Cassandra 表列。

public interface IWithColumn
type IWithColumn = interface
Public Interface IWithColumn
派生

方法

WithColumn(Column)

指定 Cassandra 表列。

WithColumn(String, String)

指定 Cassandra 表列。

WithColumnsAppend(IList<Column>)

追加所有列。

WithColumnsReplace(IList<Column>)

替换列。

WithoutColumn(String)

删除 Cassandra 表列。

WithoutColumns()

删除所有列。

适用于