Skip to content

Commit

Permalink
Merge pull request Azure#4 from TimeSeriesInsights/add-spec-RefDataSe…
Browse files Browse the repository at this point in the history
…t-NewProp

Added dataStringComparisonBehavior parameter to reference data put/update spec
  • Loading branch information
yeskarthik authored Mar 15, 2018
2 parents ecd9048 + d515933 commit 06794ac
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,15 @@
"$ref": "#/definitions/ReferenceDataSetKeyProperty"
},
"description": "The list of key properties for the reference data set."
},
"dataStringComparisonBehavior": {
"type": "string",
"description": "The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.",
"enum": [ "Ordinal", "OrdinalIgnoreCase" ],
"x-ms-enum": {
"name": "DataStringComparisonBehavior",
"modelAsString": false
}
}
},
"required": [
Expand Down

0 comments on commit 06794ac

Please sign in to comment.