Annotation Type EdmMediaResourceContent
-
@Retention(RUNTIME) @Target(FIELD) public @interface EdmMediaResourceContent
Annotation for definition of an
This annotation can not be parameterized, all values like name are defined via theEdmPropertyas media resource content for theEdmEntityTypewhich contains theEdmProperty. Additionally anEdmEntityTypewill be flagged in the EDM ashasStream == trueif anEdmPropertyin conjunction with theEdmMediaResourceContentannotation is defined.EdmPropertyannotation. In addition theEdmMediaResourceContentannotation has to be used in conjunction with anEdmPropertyannotation on a field within anEdmEntityTypeannotated class.