-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
- Add hasStream property for media entity in YAML, JSON and SWAGGER.
- In C# client CodeGen, for media entity type, add HasStream attribute in class definition, for example:
[global::Microsoft.OData.Client.HasStream()]
public partial class Photo : global::Microsoft.OData.Client.BaseEntityType, global::System.ComponentModel.INotifyPropertyChanged
{...}