diff --git a/java/cqn-services/remote-services.md b/java/cqn-services/remote-services.md index e9fe3e85f7..58e0bffe8f 100644 --- a/java/cqn-services/remote-services.md +++ b/java/cqn-services/remote-services.md @@ -486,3 +486,7 @@ OAuth2DestinationBuilder .property("name", "my-destination") .build(); ``` + +### Limitations + +Streaming of media content is not supported. This means that elements of an entity annotated with `@Core.MediaType` cannot be accessed via Remote OData Services and will cause an error. It is recommended to exclude these elements in your projections on the imported entity.