IPartitionPolicyDetail properties

Inherits properties from IPartitionOwner and defines the properties listed in the following table

Table 1. Table Partition Maintenance IPartitionPolicyDetail interface properties
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 FALSE in order to prevent access to partitioned data. This setting leaves only shared data accessible to the partition.Note: Currently, this property returns FALSE. Setting this property throws an error.

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.