[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Spec for building an EventBatch.
The following tables list the members exposed by the OutputLimitSpec type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | OutputLimitSpecNew | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | EventLimit |
Gets the number of events, or zero if no number of events was supplied.
|
![]() | EventRate |
Gets the event rate.
|
![]() | IsDisplayFirstOnly |
Returns true to output the first event only.
|
![]() | IsDisplayLastOnly |
Returns true to output the last event only.
|
![]() | TimeRate |
Gets the rate in seconds, if supplied, or zero if not supplied.
|