Skip to content

Commit fb6d916

Browse files
mofterdingerbeckermarcrenejeglinsky
authored
Describe limitations of remote services (#1756)
Co-authored-by: Marc Becker <[email protected]> Co-authored-by: René Jeglinsky <[email protected]>
1 parent babfec7 commit fb6d916

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: java/cqn-services/remote-services.md

+4
Original file line numberDiff line numberDiff line change
@@ -486,3 +486,7 @@ OAuth2DestinationBuilder
486486
.property("name", "my-destination")
487487
.build();
488488
```
489+
490+
### Limitations
491+
492+
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.

0 commit comments

Comments
 (0)