OData - Provide Data - Properties of the data group
Here, the OData Entity Type and set name are assigned for the data group. Additionally, you will define which actions are permitted via the OData service.
Type name
Specifies the name of the Entity Type, which represents the description of the data group. The name must be unique and cannot contain special characters or spaces.
Set name
Specifies the name of the entity set, which is used to address data records from the data group. The name must be unique and cannot contain special characters or spaces.
Maximum number of records per request
Defines a maximum number of data records that the service returns per request.
Allowed actions
Here you can define the permitted actions that can be performed on the data group by the OData service.