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

IWithCompositeIndexList<ParentT> 接口

定义

索引策略定义的阶段,允许设置一个复合索引列表。

public interface IWithCompositeIndexList<ParentT>
type IWithCompositeIndexList<'ParentT> = interface
Public Interface IWithCompositeIndexList(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的父定义的阶段。

派生

方法

Attach()

附加复合索引的最后一个列表。

WithCompositePath(CompositePath)

指定附加到最后一个列表的复合路径。

WithCompositePath(String, CompositePathSortOrder)

指定附加到最后一个列表的复合路径。

适用于