
|
Column |
Description |
|---|---|
|
Semantics |
Specifies how the entity set is to be used in your service implementation. |
|
Creatable |
Select this checkbox to indicate that creation is supported by your service implementation. |
|
Updatable |
Select this checkbox to indicate that updating is supported by your service implementation. |
|
Deletable |
Select this checkbox to indicate that deletion is supported by your service implementation. |
|
Pageable |
Select this checkbox to indicate that paging is supported by your service implementation. |
|
Addressable |
Select this checkbox to indicate that the addressable function is supported by your service implementation. |
|
Searchable |
Select this checkbox to indicate that searches are supported by your service implementation. |
|
Subscribable |
Select this checkbox to indicate that subscriptions are supported by your service implementation. |
|
Requires Filter |
Select this checkbox to indicate that a filter is required by your service implementation. If you select this checkbox, the entity set cannot be accessed directly and cannot be queried without a $filter expression. |