MaxValue ( 100 ) MinValue ( 0 ) Units ( "Percent" ) uint8 AllocationPercentage ; This property is an 8-bit unsigned integer representing a percentage from 0 to 100. It defines the percentage of the BufferPool that should be allocated to the referenced QueuingService. If absolute sizes are desired, this is accomplished by defining individual BufferPools of the specified sizes, with QueueAllocation.AllocationPercentages set to 100. |