Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TelemetryTrustedValue<T>

A special value wrapper denoting a value that is safe to not clean. This is to be used when you can guarantee no identifiable information is contained in the value and the cleaning is improperly redacting it.

Type parameters

  • T = any

Hierarchy

  • TelemetryTrustedValue

Index

Constructors(1)

Properties(1)

Constructors(1)

constructor

Properties(1)

Readonly value

value: T

The value that is trusted to not contain PII.

Generated by TypeDoc. Maintained by 洛竹