Hi Experts,
is there any description/definition of the tags like Addressable, Subscribable on Entity Set settings? when shall I chooose them? I guess these tags following ATOM or HTTP protocols.
For exmaple, sometimes I did not implement Create/Update/Delete methods so I should not chooose Creatable, Updatable and Deletable for my Entity Set, right?
If I did not write codes for filtering or paging, then the Pagable and Filterable should also be empty?
What is the usage for Addressable and Subscribable?