Interface RenditionReport

interface RenditionReport {
    lastMsn?: number;
    lastPart?: number;
    resolvedUri: string;
    uri: string;
}

Properties

lastMsn?: number
lastPart?: number
resolvedUri: string
uri: string