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

IUpdate 接口

定义

Cassandra 表的整个更新作为父更新的一部分。

public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithClusterKey, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithColumn, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithDefaultTtl, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithPartitionKey, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraTable.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithOptions
    interface IWithOptions<IUpdate>
    interface IWithThroughput
    interface IWithThroughput<IUpdate>
    interface IWithDefaultTtl
    interface IWithColumn
    interface IWithPartitionKey
    interface IWithClusterKey
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithClusterKey, IWithColumn, IWithDefaultTtl, IWithOptions, IWithOptions(Of IUpdate), IWithPartitionKey, IWithThroughput, IWithThroughput(Of IUpdate)
实现

方法

Parent()

Cassandra 表的整个更新作为父更新的一部分。

(继承自 ISettable<ParentT>)
WithClusterKey(ClusterKey)

指定 Cassandra 表群集键。

(继承自 IWithClusterKey)
WithClusterKey(String, String)

指定 Cassandra 群集密钥。

(继承自 IWithClusterKey)
WithClusterKeysAppend(IList<ClusterKey>)

追加所有群集密钥。

(继承自 IWithClusterKey)
WithClusterKeysReplace(IList<ClusterKey>)

替换群集密钥。

(继承自 IWithClusterKey)
WithColumn(Column)

指定 Cassandra 表列。

(继承自 IWithColumn)
WithColumn(String, String)

指定 Cassandra 表列。

(继承自 IWithColumn)
WithColumnsAppend(IList<Column>)

追加所有列。

(继承自 IWithColumn)
WithColumnsReplace(IList<Column>)

替换列。

(继承自 IWithColumn)
WithDefaultTtl(Int32)

指定默认生存时间。

(继承自 IWithDefaultTtl)
WithOption(String, String)

指定选项。

(继承自 IWithOptions<ReturnT>)
WithOptionsAppend(IDictionary<String,String>)

将所有选项追加到当前选项。

(继承自 IWithOptions<ReturnT>)
WithOptionsReplace(IDictionary<String,String>)

将当前选项替换为新选项。

(继承自 IWithOptions<ReturnT>)
WithoutClusterKey(String)

删除 Cassandra 群集密钥。

(继承自 IWithClusterKey)
WithoutClusterKeys()

删除所有群集密钥。

(继承自 IWithClusterKey)
WithoutColumn(String)

删除 Cassandra 表列。

(继承自 IWithColumn)
WithoutColumns()

删除所有列。

(继承自 IWithColumn)
WithoutDefaultTtl()

删除默认 ttl。

(继承自 IWithDefaultTtl)
WithoutOption(String)

删除选项。

(继承自 IWithOptions<ReturnT>)
WithoutOptions()

删除所有选项。

(继承自 IWithOptions<ReturnT>)
WithoutPartitionKey(String)

删除 Cassandra 分区键。

(继承自 IWithPartitionKey)
WithoutPartitionKeys()

删除所有分区键。

(继承自 IWithPartitionKey)
WithPartitionKey(CassandraPartitionKey)

指定 Cassandra 表分区键。

(继承自 IWithPartitionKey)
WithPartitionKey(String)

指定 Cassandra 分区键。

(继承自 IWithPartitionKey)
WithPartitionKeysAppend(IList<CassandraPartitionKey>)

追加所有分区键。

(继承自 IWithPartitionKey)
WithPartitionKeysReplace(IList<CassandraPartitionKey>)

替换分区键。

(继承自 IWithPartitionKey)
WithThroughput(Int32)

指定吞吐量值。

(继承自 IWithThroughput<ReturnT>)

适用于