Skip to content

Commit e14f3d8

Browse files
committed
boundary table update
1 parent b29abf3 commit e14f3d8

File tree

1 file changed

+23
-37
lines changed

1 file changed

+23
-37
lines changed

articles/data-manager-for-agri/how-to-use-events.md

Lines changed: 23 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ topic| string| Full resource path to the event source. This field isn't writeabl
115115
subject| string| Publisher-defined path to the event subject.
116116
eventType | string| One of the registered event types for this event source.
117117
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.
119119
data| object| Data object with properties specific to each event type.
120120
dataVersion| string| The schema version of the data object. The publisher defines the schema version.
121121
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
124124

125125
|Property | Type| Description|
126126
|:-----| :----| :----|
127-
id| string| Unique ID of resource.
127+
| ID | string| Unique ID of resource.
128128
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
129129
properties| Object| It contains user defined key – value pairs.
130130
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:
138138

139139
|Property | Type| Description|
140140
|:-----| :----| :----|
141-
id| string| Unique ID of resource.
141+
| ID | string| Unique ID of resource.
142142
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
143143
properties| Object| It contains user defined key – value pairs.
144144
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -149,12 +149,12 @@ description| string| Textual description of the resource.
149149
name| string| Name to identify resource.
150150
partyId| string| ID of the party it belongs to.
151151

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:
153153

154154
|Property | Type| Description|
155155
|:-----| :----| :----|
156156
sensorPartnerId| string| ID associated with the sensorPartner.
157-
id| string| Unique ID of resource.
157+
| ID | string| Unique ID of resource.
158158
actionType| string| Indicates the change which triggered publishing of the event. Applicable values are created, updated, deleted
159159
properties| Object| It contains user defined key – value pairs.
160160
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:
171171
deviceDataModelId| string| ID associated with the deviceDataModel.
172172
integrationId| string| ID associated with the integration.
173173
sensorPartnerId| string| ID associated with the sensorPartner.
174-
id| string| Unique ID of resource.
174+
| ID | string| Unique ID of resource.
175175
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
176176
properties| Object| It contains user defined key – value pairs.
177177
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -189,7 +189,7 @@ sensorDataModelId| string| ID associated with the sensorDataModel.
189189
integrationId| string| ID associated with the integration.
190190
deviceId| string| ID associated with the device.
191191
sensorPartnerId| string| ID associated with the sensorPartner.
192-
id| string| Unique ID of resource.
192+
| ID | string| Unique ID of resource.
193193
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
194194
properties| Object| It contains user defined key – value pairs.
195195
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -207,7 +207,7 @@ sensorId| string| ID associated with the sensor.
207207
partyId| string| ID associated with the party.
208208
boundaryId| string| ID associated with the boundary.
209209
sensorPartnerId| string| ID associated with the sensorPartner.
210-
id| string| Unique ID of resource.
210+
| ID | string| Unique ID of resource.
211211
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
212212
properties| Object| It contains user defined key – value pairs.
213213
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
224224
integrationId| string| ID associated with the integration.
225225
partyId| string| ID associated with the party.
226226
sensorPartnerId| string| ID associated with the sensorPartner.
227-
id| string| Unique ID of resource.
227+
| ID | string| Unique ID of resource.
228228
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted
229229
properties| Object| It contains user defined key – value pairs.
230230
modifiedDateTime|string| Indicates the time at which the event was last modified.
@@ -238,7 +238,7 @@ Boundary events have the following data object:
238238

239239
|Property |Type |Description |
240240
|:---------|:---------|:---------|
241-
|id | string | User defined ID of boundary |
241+
| ID | string | User defined ID of boundary |
242242
|actionType | string | Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted. |
243243
|modifiedDateTime | string | Indicates the time at which the event was last modified. |
244244
|createdDateTime | string | Indicates the time at which the resource was created. |
@@ -250,25 +250,11 @@ Boundary events have the following data object:
250250
|description | string | Textual description of the resource. |
251251
|properties | string | It contains user defined key – value pair. |
252252

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-
267253
Seasonal Field events have the following data object:
268254

269255
Property| Type| Description
270256
|:-----| :----| :----|
271-
id| string| User defined ID of the seasonal field
257+
ID | string| User defined ID of the seasonal field
272258
farmId| string| User defined ID of the farm that seasonal field is associated with.
273259
partyId| string| Id of the party it belongs to.
274260
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
291277
resourceType| string | Name of the resource type. Applicable values are Party, Farm, Field, SeasonalField, Boundary etc.|
292278
partyId| string| ID of the party it belongs to.|
293279
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.|
295281
status| string| Contains the status of the job. |
296282
actionType|string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted. |
297283
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
310296
resourceType| string | Name of the resource type.
311297
partyId| string| ID of the party it belongs to.
312298
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.
314300
status| string| Contains the status of the job.
315301
actionType|string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted.
316302
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:
324310

325311
Property| Type| Description
326312
|:-----| :----| :----|
327-
id| string| User defined ID of the field.
313+
| ID | string| User defined ID of the field.
328314
farmId| string| User defined ID of the farm that field is associated with.
329315
partyId| string| Id of the party it belongs to.
330316
name| string| User defined name of the field.
@@ -342,7 +328,7 @@ Property| Type| Description
342328
|:-----| :----| :----|
343329
shapefileAttachmentId | string|User-defined ID name of the associated shape file.
344330
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.
346332
name| string| User-defined name of the job.
347333
status|string|Various states a job can be in. Applicable values are Waiting, Running, Succeeded, Failed, Canceled etc.
348334
isCancellationRequested| boolean|Flag that gets set when job cancellation is requested.
@@ -356,7 +342,7 @@ SatelliteDataIngestionJobChanged, WeatherDataIngestionJobChanged, WeatherDataRef
356342

357343
Property| Type| Description
358344
|:-----| :----| :----|
359-
id|string| Unique ID of the job.
345+
| ID |string| Unique ID of the job.
360346
name| string| User-defined name of the job.
361347
status|string|Various states a job can be in.
362348
isCancellationRequested| boolean|Flag that gets set when job cancellation is requested.
@@ -371,7 +357,7 @@ Farm operations data events such as application data, harvesting data, planting
371357

372358
Property| Type| Description
373359
|:-----| :----| :----|
374-
id| string| Unique ID of resource.
360+
| ID | string| Unique ID of resource.
375361
status| string| Contains the user defined status of the resource.
376362
partyId| string| ID of the party it belongs to.
377363
source| string| Message from Azure Data Manager for Agriculture giving details about the job.
@@ -391,7 +377,7 @@ Property| Type| Description
391377
resourceId| string| User-defined ID of the resource such as farm, field, boundary etc.
392378
resourceType| string | Name of the resource type.
393379
partyId| string| ID of the party it belongs to.
394-
id| string| User defined ID of the resource.
380+
| ID | string| User defined ID of the resource.
395381
status| string| Contains the status of the job.
396382
actionType|string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted.
397383
modifiedDateTime| date-time|Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
@@ -407,7 +393,7 @@ Property| Type| Description
407393
|:-----| :----| :----|
408394
managementZoneId| string | Management Zone ID associated with the zone.
409395
partyId| string | User-defined ID of associated field.
410-
id| string| Id of the party it belongs tos
396+
| ID | string| Id of the party it belongs tos
411397
status| string| Contains the user defined status of the resource.
412398
actionType| string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted.
413399
modifiedDateTime| date-time|Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
@@ -423,7 +409,7 @@ PrescriptionChanged event has the following data object
423409
|:-----| :----| :----|
424410
prescriptionMapId|string| User-defined ID of the associated prescription map.
425411
partyId| string|Id of the party it belongs to.
426-
id| string| User-defined ID of the prescription.
412+
| ID | string| User-defined ID of the prescription.
427413
actionType| string| Indicates the change triggered during publishing of the event. Applicable values are Created, Updated, Deleted
428414
status| string| Contains the user-defined status of the prescription.
429415
properties| object| It contains user-defined key-value pairs.
@@ -441,7 +427,7 @@ Property| Type| Description
441427
|cropId |string | User-defined ID of the associated crop.
442428
|fieldId |string | User-defined ID of the associated field.
443429
|partyId |string| ID of the party it belongs to.
444-
|id | string| User-defined ID of the resource.
430+
| ID | string| User-defined ID of the resource.
445431
|actionType | string| Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted.
446432
modifiedDateTime | date-time| Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
447433
createdDateTime | date-time| Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.
@@ -460,7 +446,7 @@ Property| Type| Description
460446
|cropProductId | string| Crop Product ID associated with the plant tissue analysis.
461447
|fieldId| string | User-defined ID of the associated field.
462448
|partyId| string | ID of the party it belongs to.
463-
|id| string | User-defined ID of the resource.
449+
| ID| string | User-defined ID of the resource.
464450
|actionType | string | Indicates the change that triggered publishing of the event. Applicable values are created, updated, deleted.
465451
modifiedDateTime| date-time | Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
466452
createdDateTime| date-time | Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.
@@ -477,7 +463,7 @@ NutrientAnalysisChanged event has the following data object:
477463
parentId| string| ID of the parent nutrient analysis belongs to.
478464
parentType| string| Type of the parent nutrient analysis belongs to. Applicable value(s) are PlantTissueAnalysis.
479465
partyId| string|Id of the party it belongs to.
480-
id| string| User-defined ID of nutrient analysis.
466+
| ID | string| User-defined ID of nutrient analysis.
481467
actionType| string| Indicates the change that is triggered during publishing of the event. Applicable values are Created, Updated, Deleted.
482468
properties| object| It contains user-defined key-value pairs.
483469
modifiedDateTime| date-time|Date-time when nutrient analysis was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.

0 commit comments

Comments
 (0)