You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Selects which properties of the index definitions to retrieve. Specified as a comma-separated list of JSON property names, or '*' for all properties. The default is all properties."
484
+
},
478
485
{
479
486
"$ref": "#/parameters/ApiVersionParameter"
480
487
}
@@ -775,6 +782,7 @@
775
782
"properties": {
776
783
"interval": {
777
784
"type": "string",
785
+
"format": "duration",
778
786
"description": "Gets or sets the interval of time between indexer executions."
779
787
},
780
788
"startTime": {
@@ -966,30 +974,6 @@
966
974
"type": "string",
967
975
"description": "Gets or sets the data type of the field."
968
976
},
969
-
"key": {
970
-
"type": "boolean",
971
-
"description": "Gets or sets a value indicating whether the field is the key of the index. Valid only for string fields. Every index must have exactly one key field."
972
-
},
973
-
"searchable": {
974
-
"type": "boolean",
975
-
"description": "Gets or sets a value indicating whether the field is included in full-text searches. Valid only forstring or string collection fields. Default is false."
976
-
},
977
-
"filterable": {
978
-
"type": "boolean",
979
-
"description": "Gets or sets a value indicating whether the field can be used in filter expressions. Default is false."
980
-
},
981
-
"sortable": {
982
-
"type": "boolean",
983
-
"description": "Gets or sets a value indicating whether the field can be used in orderby expressions. Not valid for string collection fields. Default is false."
984
-
},
985
-
"facetable": {
986
-
"type": "boolean",
987
-
"description": "Gets or sets a value indicating whether it is possible to facet on this field. Not valid for geo-point fields. Default is false."
988
-
},
989
-
"retrievable": {
990
-
"type": "boolean",
991
-
"description": "Gets or sets a value indicating whether the field can be returned in a search result. Default is true."
0 commit comments