Gets or sets the maximum size of a meta-data box before it is being replaced by a placeholder box.
public int PartitionBoxSize {get; set;}
public:
property int PartitionBoxSize {
int get();
void set ( int value);
}
'Declaration
Public Property PartitionBoxSize As Integer
'Usage
Dim instance As JpipServerConfiguration
Dim value As Integer
instance.PartitionBoxSize = value
value = instance.PartitionBoxSize
Property Value
The maximum bytes length of a meta-data box before it is partitioned.