Bundle Properties |
The AbstractEntryBundlerBundle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bundler |
The bundler the operations are performed on.
(Inherited from AbstractBundlerBundle.) |
![]() | BundleSize |
Bundle size. The return value should be expressed in the
same units as the value returned by the
SizeThreshold property.
(Inherited from AbstractBundlerBundle.) |
![]() | IsMaster |
A flag that differentiates the "master" bundle which is
responsible for all auto-adjustments. It's set to "true" for
one and only one Bundle object.
(Inherited from AbstractBundlerBundle.) |
![]() | Lock |
An object that serves as a mutex for thread synchronization.
(Inherited from AbstractBundlerBundle.) |
![]() | SyncRoot |
Gets an object that can be used to synchronize calls to a
method.
(Inherited from AbstractBundlerBundle.) |
![]() | TotalBundles |
Statistics: the total number of times this Bundle has been
used for bundled request processing.
(Inherited from AbstractBundlerBundle.) |
![]() | TotalBurstDuration |
Statistics: a total time duration this Bundle has spent in
bundled request processing (burst).
(Inherited from AbstractBundlerBundle.) |
![]() | TotalSize |
Statistics: the total size of individual requests processed
by this Bundle expressed in the same units as values returned
by the BundleSize method.
(Inherited from AbstractBundlerBundle.) |
![]() | TotalWaitDuration |
Statistics: a total time duration this Bundle has spent
waiting for bundle to be ready for processing.
(Inherited from AbstractBundlerBundle.) |