API Reference
Class
AuditDataSeries
Replay-safe data-series envelope stored in an audit package.
Inheritance
- Object
- AuditDataSeries
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AuditDataSeries() #Inherited Methods
Properties
public Int32 Count { get; set; } #Gets or sets the total number of source items.
public Int32 ReturnedCount { get; set; } #Gets or sets the number of returned items captured in the package.
public Boolean Truncated { get; set; } #Gets or sets a value indicating whether the data series was truncated.
public List<Object> Items { get; set; } #Gets or sets the JSON-safe item payloads captured for the series.