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: nservicebus/messaging/claimcheck/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,21 +60,21 @@ By default, blobs are stored with no set expiration. If messages have a [time to
60
60
61
61
There are two ways to specify the message properties to be sent using the `DataBus`:
62
62
63
-
1. Using the `DataBusProperty<T>` type
63
+
1. Using the `ClaimCheckProperty<T>` type
64
64
1. Message conventions
65
65
66
66
> [!NOTE]
67
67
> `DataBus` properties must be top-level properties on a message class.
68
68
69
-
### Using `DataBusProperty<T>`
69
+
### Using `ClaimCheckProperty<T>`
70
70
71
-
Set the type of the property to be sent over as `DataBusProperty<byte[]>`:
71
+
Set the type of the property to be sent over as `ClaimCheckProperty<byte[]>`:
72
72
73
73
snippet: MessageWithLargePayload
74
74
75
75
### Using message conventions
76
76
77
-
NServiceBus also supports defining `DataBus` properties by convention. This allows data properties to be sent using the `DataBus` without using `DataBusProperty<T>`, thus removing the need for having a dependency on NServiceBus from the message types.
77
+
NServiceBus also supports defining `DataBus` properties by convention. This allows data properties to be sent using the `DataBus` without using `ClaimCheckProperty<T>`, thus removing the need for having a dependency on NServiceBus from the message types.
0 commit comments