From 1e0c6097533d502ee7390ca8b8f17585e6249d91 Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Mon, 30 Jun 2025 13:31:44 +0200 Subject: [PATCH] Remove limitation of remote services --- java/cqn-services/remote-services.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java/cqn-services/remote-services.md b/java/cqn-services/remote-services.md index 58e0bffe8..e9fe3e85f 100644 --- a/java/cqn-services/remote-services.md +++ b/java/cqn-services/remote-services.md @@ -486,7 +486,3 @@ 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.