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/event-grid/event-schema-data-manager-for-agriculture.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,14 @@ This article provides the properties and schema for Azure Data Manager for Agric
31
31
32
32
|Event Name | Description|
33
33
|:-----:|:----:|
34
-
|Microsoft.AgFoodPlatform.SatelliteDataIngestionJobStatusChangedV2| Published when a satellite data ingestion job's status changes, for example, job is created, has progressed or completed.|
34
+
|Microsoft.AgFoodPlatform.SatelliteDataIngestionJobStatusChangedV2| Published when a satellite data ingestion job's status is changed, for example, job is created, has progressed or completed.|
35
35
36
36
### Weather data related event types
37
37
38
38
|Event Name | Description|
39
39
|:-----:|:----:|
40
-
|Microsoft.AgFoodPlatform.WeatherDataIngestionJobStatusChangedV2|Published when a weather data ingestion job's status changes, for example, job is created, has progressed or completed.|
41
-
|Microsoft.AgFoodPlatform.WeatherDataRefresherJobStatusChangedV2| Published when weather data refresher job status changes, for example, job is created, has progressed or completed.|
40
+
|Microsoft.AgFoodPlatform.WeatherDataIngestionJobStatusChangedV2|Published when a weather data ingestion job's status is changed, for example, job is created, has progressed or completed.|
41
+
|Microsoft.AgFoodPlatform.WeatherDataRefresherJobStatusChangedV2| Published when a weather data refresher job status is changed, for example, job is created, has progressed or completed.|
42
42
43
43
### Farm activities data related event types
44
44
@@ -48,8 +48,8 @@ This article provides the properties and schema for Azure Data Manager for Agric
48
48
|Microsoft.AgFoodPlatform.HarvestDataChangedV2|Published when a `Harvesting Data` is created/updated/deleted.|
49
49
|Microsoft.AgFoodPlatform.TillageDataChangedV2|Published when a `Tillage Data` is created/updated/deleted.|
50
50
|Microsoft.AgFoodPlatform.PlantingDataChangedV2|Published when a `Planting Data` is created/updated/deleted.|
51
-
|Microsoft.AgFoodPlatform.ImageProcessingRasterizeJobStatusChangedV2|Published when an image-processing rasterize job's status changes, for example, job is created, has progressed or completed.|
52
-
|Microsoft.AgFoodPlatform.FarmOperationDataIngestionJobStatusChangedV2| Published when a farm operations data ingestion job's status changes, for example, job is created, has progressed or completed.|
51
+
|Microsoft.AgFoodPlatform.ImageProcessingRasterizeJobStatusChangedV2|Published when an image-processing rasterize job's status is changed, for example, job is created, has progressed or completed.|
52
+
|Microsoft.AgFoodPlatform.FarmOperationDataIngestionJobStatusChangedV2| Published when a farm operations data ingestion job's status is changed, for example, job is created, has progressed or completed.|
53
53
54
54
### Sensor data related event types
55
55
@@ -77,9 +77,9 @@ This article provides the properties and schema for Azure Data Manager for Agric
77
77
78
78
|Event Name | Description|
79
79
|:-----:|:----:|
80
-
|Microsoft.AgFoodPlatform.BiomassModelJobStatusChangedV2|Published when a Biomass Model job's status changes, for example, job is created, has progressed or completed.|
81
-
|Microsoft.AgFoodPlatform.SoilMoistureModelJobStatusChangedV2|Published when a Soil Moisture Model job's status changes, for example, job is created, has progressed or completed.|
82
-
|Microsoft.AgFoodPlatform.SensorPlacementModelJobStatusChangedV2|Published when a Sensor Placement Model job's status changes, for example, job is created, has progressed or completed.|
80
+
|Microsoft.AgFoodPlatform.BiomassModelJobStatusChangedV2|Published when a Biomass Model job's status is changed, for example, job is created, has progressed or completed.|
81
+
|Microsoft.AgFoodPlatform.SoilMoistureModelJobStatusChangedV2|Published when a Soil Moisture Model job's status is changed, for example, job is created, has progressed or completed.|
82
+
|Microsoft.AgFoodPlatform.SensorPlacementModelJobStatusChangedV2|Published when a Sensor Placement Model job's status is changed, for example, job is created, has progressed or completed.|
83
83
84
84
## Example events
85
85
@@ -181,8 +181,8 @@ The data object has the following common properties:
181
181
182
182
|Property | Type| Description|
183
183
|:-----:|:----:|:----:|
184
-
|id| String| Unique id of resource.|
185
-
|actionType| String| Indicates the change which triggered publishing of the event. Applicable values are created, updated, deleted.|
184
+
|id| String| Unique ID of resource.|
185
+
|actionType| String| Indicates the change, which triggered publishing of the event. Applicable values are created, updated, deleted.|
186
186
|properties| Object| It contains user defined key–value pairs.|
187
187
|modifiedDateTime|String| Indicates the time at which the event was last modified.|
188
188
|createdDateTime| String| Indicates the time at which the resource was created.|
@@ -200,7 +200,7 @@ Property| Type| Description
200
200
|status|string|Various states a job can be in.|
201
201
|isCancellationRequested| boolean|Flag that gets set when job cancellation is requested.|
202
202
|description|string| Textual description of the job.|
203
-
|partyId|string| Party id for which job was created.|
203
+
|partyId|string| Party ID for which job was created.|
204
204
|message|string| Status message to capture more details of the job.|
205
205
|lastActionDateTime|date-time|Date-time when last action was taken on the job, sample format: yyyy-MM-ddTHH:mm:ssZ.|
206
206
|createdDateTime|date-time|Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.|
0 commit comments