API Reference
Class
SpolPreviewSummary
Concise summary of a .spol preview (counts and first few items per bucket).
Inheritance
- Object
- SpolPreviewSummary
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
- Property SpolPreviewResult.Summary
Accepted by parameters
- Constructor SpolPreviewResult.SpolPreviewResult
Constructors
public SpolPreviewSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 AddedCount { get; set; } #Number of entries that would be added.
public Int32 RemovedCount { get; set; } #Number of entries that would be removed.
public Int32 ChangedCount { get; set; } #Number of entries that would be updated/changed.
public Int32 MissingPolicyCount { get; set; } #Number of referenced policies that could not be resolved.
public String[] FirstAdded { get; set; } #Sample keys from the Add bucket.
public String[] FirstRemoved { get; set; } #Sample keys from the Remove bucket.
public String[] FirstChanged { get; set; } #Sample keys from the Change bucket.