6.4 Custom Stream Entity
Since Web API OData V5.7, it supports to customize entity as stream.
Fluent API
Users can call fluent API to configure the stream entity. For example,
Convention model builder
Users can put [MediaType] attribute on a CLR class to configure the stream entity. For example,