File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ author: alkohli
7
7
ms.service : databox
8
8
ms.subservice : edge
9
9
ms.topic : article
10
- ms.date : 03/19 /2019
10
+ ms.date : 08/02 /2019
11
11
ms.author : alkohli
12
12
---
13
13
@@ -136,11 +136,11 @@ Create a C# solution template that you can customize with your own code.
136
136
private const string OutputFolderPath = "/home/output";
137
137
```
138
138
139
- 4. Add the **MessageBody ** class to the Program class. These classes define the expected schema for the body of incoming messages .
139
+ 4. Add the **FileEvent ** class to define the message body.
140
140
141
141
```
142
142
/// <summary>
143
- /// The MessageBody class defines the expected schema for the body of incoming messages.
143
+ /// The FileEvent class defines the body of incoming messages.
144
144
/// </summary>
145
145
private class FileEvent
146
146
{
You can’t perform that action at this time.
0 commit comments