Data Connector
Provider Key
const source = new wire.data.DataSource("az-search", {
...
});Configuration
Name
Description
const source = new wire.data.DataSource("az-search", {
Provider: {
service: "azs-playground",
index: "realestate-us-sample",
queryKey: "*****",
suggesterName: "sg"
}
});Allow
Name
Supports
Last updated