Interface DiagnosticBodyPreviewExperimental

interface DiagnosticBodyPreview {
    contentSha256?: string;
    originalByteSize: number;
    preview?: string;
    redactionApplied: boolean;
    truncated: boolean;
}

Properties

contentSha256?: string
originalByteSize: number
preview?: string
redactionApplied: boolean
truncated: boolean