IPartitionPolicy interface
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
IPartitionPolicy interface
The IPartitionPolicy interface is an interface
that inherits the IPartitionParent interface and
is mapped to the _partition-policy table in the
database.
The interface defines properties and methods that are used to create and work with table partitions.
The IPartitionPolicy interface has a unique Name
property and the service has dedicated CRUD methods that use the
name to identify the policy. The IPartitionPolicy is exposed on
the PartitionPolicy property on the ITable, so one can work with
policies without referring to them by name.