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

SearchServiceLimits 类

定义

表示各种服务级别限制。

public class SearchServiceLimits
type SearchServiceLimits = class
Public Class SearchServiceLimits
继承
SearchServiceLimits

属性

MaxComplexCollectionFieldsPerIndex

索引中允许的集合 (Edm.ComplexType 类型的最大字段数) 。

MaxComplexObjectsInCollectionsPerDocument

每个文档允许的复杂集合中对象的最大数目。

MaxFieldNestingDepthPerIndex

可以在索引中嵌套子字段的最大深度,包括顶级复杂字段。 例如,a/b/c 的嵌套深度为 3。

MaxFieldsPerIndex

每个索引允许的最大字段数。

适用于