Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IPartitionPolicy interface
 

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.
* IPartitionPolicy properties
* IPartitionPolicy methods
* IPartitionPolicy examples