Skip to content

Commit 28ba953

Browse files
authored
Update custom-deserializer-examples.md
1 parent de13bd1 commit 28ba953

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

articles/stream-analytics/custom-deserializer-examples.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Skippable errors should be emitted using `IStreamingDiagnostics` passed through
3535

3636
1. T is a class or a struct.
3737
1. All public fields in T are either
38-
1. One of [long, DateTime, string, double] or their nullable equivalents.
38+
1. One of [sbyte, byte, short, ushort, int, uint, long, DateTime, string, float, double] or their nullable equivalents.
3939
1. Another struct or class following the same rules.
4040
1. Array of type `T2` that follows the same rules.
4141
1. IList`T2` where T2 follows the same rules.
@@ -221,12 +221,12 @@ The following Javascript code is an example of the .NET deserializer serializati
221221

222222
This feature is available in the following regions:
223223

224-
* West Europe
225-
* East US
226-
* North Europe
227-
* West US
228-
* East US 2
229-
* West Central US
224+
* West Central US (available)
225+
* North Europe (available)
226+
* East US (available)
227+
* West US (rolling out soon)
228+
* East US 2 (rolling out soon)
229+
* West Europe (rolling out soon)
230230

231231
You can [request support](https://aka.ms/ccodereqregion) for additional regions.
232232

@@ -240,10 +240,6 @@ This feature is available in 6 regions (#region-support). If you are interested
240240

241241
This functionality is not supported. If you need this capability, you can vote for this request on [UserVoice](https://feedback.azure.com/forums/270577-stream-analytics/suggestions/38779801-accessing-input-metadata-properties-in-custom-dese).
242242

243-
### StreamDeserializer deserializes a stream into object of type T. Can the public fields in T be any supported type in .NET?
244-
245-
Support for all supported types in .NET is on the roadmap.
246-
247243
### Can I share my deserializer implementation with the community so that others can benefit?
248244

249245
Once you have implemented your deserializer, you can help others by sharing it with the community. Submit your code to the [Azure Stream Analytics GitHub repo](https://github.com/Azure/azure-stream-analytics/tree/master/CustomDeserializers).

0 commit comments

Comments
 (0)