|
|
Restart the MethodServer after modifying any odata.properties.
|
|
Default
|
2000
|
|
Synopsis
|
Configures the maximum page size value while making a request in odata.properties.
|
|
Description
|
The default value for maxPageSize is 2000. However, it can be set to any value, up to a maximum of 100000. The odata.maxpagesize value specified in Prefer header, while making a request, overrides the defaultPageSize value.
|
|
Default
|
25
|
|
Synopsis
|
Configures the default page size value while making a request in odata.properties.
|
|
Description
|
The default value for defaultPageSize is 25. Once the value is set, it should be applied to all WRS endpoints that support pagination. The odata.maxpagesize value specified in Prefer header while making a request, overrides the defaultPageSize value.
|
|
Default
|
true
|
|
Synopsis
|
Improves performance by using cached JavaScript files. When implementing customizations, the property can be set to false for JavaScript changes to take effect without restarting Windchill.
|
|
Description
|
When implementing customizations, set the property to false for JavaScript changes to take effect without restarting Windchill.
|
|
Default
|
10
|
||
|
Synopsis
|
Configures max level ($levels=max) for expand.
|
||
|
Description
|
Provides ability to configure max level ($levels=max) for expand.
|
|
Default
|
false
|
|
Synopsis
|
Allows duplicate navigation properties in $expand.
|
|
Description
|
When allowDuplicateNavigation is true, it allows URLs with duplicate navigation properties in $expand, even though this does not comply with OData specifications. The default value is false. We recommended that you keep it as false unless it causes issues with an existing client.
|
|
Default
|
90
|
|
Synopsis
|
Specifies the size of the EDM cache.
|
|
Description
|
Each domain version accessed by a client counts toward this limit. Consider increasing this value if you see warnings in the MethodServer logs.
|