Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
}
},
"limits": {
"maxFieldsPerIndex": 1000,
"maxFieldNestingDepthPerIndex": 10,
"maxComplexCollectionFieldsPerIndex": 100
"maxFieldsPerIndex": 1000
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4065,18 +4065,6 @@
"format": "int32",
"x-nullable": true,
"description": "The maximum allowed fields per index."
},
"maxFieldNestingDepthPerIndex": {
"type": "integer",
"format": "int32",
"x-nullable": true,
"description": "The maximum depth which you can nest sub-fields in an index, including the top-level complex field. For example, a/b/c has a nesting depth of 3."
},
"maxComplexCollectionFieldsPerIndex": {
"type": "integer",
"format": "int32",
"x-nullable": true,
"description": "The maximum number of fields of type Collection(Edm.ComplexType) allowed in an index."
}
},
"description": "Represents various service level limits."
Expand Down