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
Copy file name to clipboardExpand all lines: articles/data-manager-for-agri/how-to-use-events.md
+23-37Lines changed: 23 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ topic| string| Full resource path to the event source. This field isn't writeabl
115
115
subject| string| Publisher-defined path to the event subject.
116
116
eventType | string| One of the registered event types for this event source.
117
117
eventTime| string| The time the event is generated based on the provider's UTC time.
118
-
id| string| Unique identifier for the event.
118
+
| ID | string| Unique identifier for the event.
119
119
data| object| Data object with properties specific to each event type.
120
120
dataVersion| string| The schema version of the data object. The publisher defines the schema version.
121
121
metadataVersion| string| The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value.
@@ -124,7 +124,7 @@ For party, season, crop, crop product changed events, the data object contains f
124
124
125
125
|Property | Type| Description|
126
126
|:-----| :----| :----|
127
-
id| string| Unique ID of resource.
127
+
| ID | string| Unique ID of resource.
128
128
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
129
129
properties| Object| It contains user defined key – value pairs.
130
130
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -138,7 +138,7 @@ For farm events, the data object contains following properties:
138
138
139
139
|Property | Type| Description|
140
140
|:-----| :----| :----|
141
-
id| string| Unique ID of resource.
141
+
| ID | string| Unique ID of resource.
142
142
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
143
143
properties| Object| It contains user defined key – value pairs.
144
144
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -149,12 +149,12 @@ description| string| Textual description of the resource.
149
149
name| string| Name to identify resource.
150
150
partyId| string| ID of the party it belongs to.
151
151
152
-
For Device Data Model, and Sensor Data Model events, the data object contains following properties:
152
+
For device Data Model, and Sensor Data Model events, the data object contains following properties:
153
153
154
154
|Property | Type| Description|
155
155
|:-----| :----| :----|
156
156
sensorPartnerId| string| ID associated with the sensorPartner.
157
-
id| string| Unique ID of resource.
157
+
| ID | string| Unique ID of resource.
158
158
actionType| string| Indicates the change which triggered publishing of the event. Applicable values are created, updated, deleted
159
159
properties| Object| It contains user defined key – value pairs.
160
160
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -171,7 +171,7 @@ For Device events, the data object contains following properties:
171
171
deviceDataModelId| string| ID associated with the deviceDataModel.
172
172
integrationId| string| ID associated with the integration.
173
173
sensorPartnerId| string| ID associated with the sensorPartner.
174
-
id| string| Unique ID of resource.
174
+
| ID | string| Unique ID of resource.
175
175
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
176
176
properties| Object| It contains user defined key – value pairs.
177
177
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -189,7 +189,7 @@ sensorDataModelId| string| ID associated with the sensorDataModel.
189
189
integrationId| string| ID associated with the integration.
190
190
deviceId| string| ID associated with the device.
191
191
sensorPartnerId| string| ID associated with the sensorPartner.
192
-
id| string| Unique ID of resource.
192
+
| ID | string| Unique ID of resource.
193
193
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
194
194
properties| Object| It contains user defined key – value pairs.
195
195
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -207,7 +207,7 @@ sensorId| string| ID associated with the sensor.
207
207
partyId| string| ID associated with the party.
208
208
boundaryId| string| ID associated with the boundary.
209
209
sensorPartnerId| string| ID associated with the sensorPartner.
210
-
id| string| Unique ID of resource.
210
+
| ID | string| Unique ID of resource.
211
211
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
212
212
properties| Object| It contains user defined key – value pairs.
213
213
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -224,7 +224,7 @@ For Sensor Partner Integration events, the data object contains following proper
224
224
integrationId| string| ID associated with the integration.
225
225
partyId| string| ID associated with the party.
226
226
sensorPartnerId| string| ID associated with the sensorPartner.
227
-
id| string| Unique ID of resource.
227
+
| ID | string| Unique ID of resource.
228
228
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
229
229
properties| Object| It contains user defined key – value pairs.
230
230
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -238,7 +238,7 @@ Boundary events have the following data object:
238
238
239
239
|Property |Type |Description |
240
240
|:---------|:---------|:---------|
241
-
|id| string | User defined ID of boundary |
241
+
| ID| string | User defined ID of boundary |
242
242
|actionType | string | Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted. |
243
243
|modifiedDateTime | string | Indicates the time at which the event was last modified. |
244
244
|createdDateTime | string | Indicates the time at which the resource was created. |
@@ -250,25 +250,11 @@ Boundary events have the following data object:
250
250
|description | string | Textual description of the resource. |
251
251
|properties | string | It contains user defined key – value pair. |
252
252
253
-
|Property | Type| Description|
254
-
|:-----| :----| :----|
255
-
id | string | User defined ID of boundary|
256
-
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted. |
257
-
modifiedDateTime | string| Indicates the time at which the event was last modified.|
258
-
createdDateTime |string| Indicates the time at which the resource was created.|
259
-
status| string| Contains the user defined status of the object. |
260
-
eTag| string| Implements optimistic concurrency.|
261
-
partyId| string| Id of the party it belongs to. |
262
-
parentId| string| Id of the parent boundary belongs.|
263
-
parentType| string| Type of the parent boundary belongs to. Applicable values are Field, SeasonalField, Zone, Prescription, PlantTissueAnalysis, ApplicationData, PlantingData, TillageData, HarvestData etc.|
264
-
description| string| Textual description of the resource.|
265
-
properties| Object| It contains user defined key – value pair.|
266
-
267
253
Seasonal Field events have the following data object:
268
254
269
255
Property| Type| Description
270
256
|:-----| :----| :----|
271
-
id| string| User defined ID of the seasonal field
257
+
ID | string| User defined ID of the seasonal field
272
258
farmId| string| User defined ID of the farm that seasonal field is associated with.
273
259
partyId| string| Id of the party it belongs to.
274
260
seasonId| string| User defined ID of the season that seasonal field is associated with.
@@ -291,7 +277,7 @@ resourceId| string| User-defined ID of the resource such as farm, field, boundar
291
277
resourceType| string | Name of the resource type. Applicable values are Party, Farm, Field, SeasonalField, Boundary etc.|
292
278
partyId| string| ID of the party it belongs to.|
293
279
modelVersion| string| Version of the associated model.|
294
-
id| string| User defined ID of the resource.|
280
+
ID | string| User defined ID of the resource.|
295
281
status| string| Contains the status of the job. |
296
282
actionType|string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted. |
297
283
modifiedDateTime| date-time| Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.|
@@ -310,7 +296,7 @@ resourceId| string| User-defined ID of the resource such as farm, field, boundar
310
296
resourceType| string | Name of the resource type.
311
297
partyId| string| ID of the party it belongs to.
312
298
insightId| string| ID associated with the insight resource.
313
-
id| string| User defined ID of the resource.
299
+
ID | string| User defined ID of the resource.
314
300
status| string| Contains the status of the job.
315
301
actionType|string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted.
316
302
modifiedDateTime| date-time|Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
@@ -324,7 +310,7 @@ Field events have the following data object:
324
310
325
311
Property| Type| Description
326
312
|:-----| :----| :----|
327
-
id| string| User defined ID of the field.
313
+
| ID | string| User defined ID of the field.
328
314
farmId| string| User defined ID of the farm that field is associated with.
329
315
partyId| string| Id of the party it belongs to.
330
316
name| string| User defined name of the field.
@@ -342,7 +328,7 @@ Property| Type| Description
342
328
|:-----| :----| :----|
343
329
shapefileAttachmentId | string|User-defined ID name of the associated shape file.
344
330
partyId|string| Party ID for which job was created.
345
-
id|string| Unique ID of the job.
331
+
| ID |string| Unique ID of the job.
346
332
name| string| User-defined name of the job.
347
333
status|string|Various states a job can be in. Applicable values are Waiting, Running, Succeeded, Failed, Canceled etc.
348
334
isCancellationRequested| boolean|Flag that gets set when job cancellation is requested.
0 commit comments