IPartitionPolicyDetail properties
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IPartitionPolicyDetail properties
Inherits properties from IPartitionOwner and
defines the properties listed in the following table
| Property name | Data type | Access | Description |
|---|---|---|---|
Values
|
CHARACTER
|
Read-only | Returns an array with the character representation of the values for
a partition policy detail. There is one element for each of the fields of the owning
partition policy. The user can edit this only when the policy is new. |
IsDataEnabled
|
LOGICAL
|
Readable, Writeable | Set to TRUE (the default) allows access to
partitioned data.Set to |
IsReadOnly
|
LOGICAL
|
Readable, Writeable |
Set to TRUE (the default) to mark a partition policy detail as read-only. |
IsSplitTarget
|
Boolean
|
Read and write | Specifies whether the partition policy detail is been marked as a
split target. That is, the data in the policy detail can be moved to other
partitions. For more information on using this property, see PartitionMergeUtility class. |