EventTelemetry 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이벤트를 추적하는 데 사용되는 원격 분석 유형입니다.
public ref class EventTelemetry sealed : Microsoft::VisualStudio::ApplicationInsights::Channel::ITelemetry, Microsoft::VisualStudio::ApplicationInsights::DataContracts::ISupportProperties
public sealed class EventTelemetry : Microsoft.VisualStudio.ApplicationInsights.Channel.ITelemetry, Microsoft.VisualStudio.ApplicationInsights.DataContracts.ISupportProperties
type EventTelemetry = class
interface ITelemetry
interface ISupportProperties
Public NotInheritable Class EventTelemetry
Implements ISupportProperties, ITelemetry
- 상속
-
EventTelemetry
- 구현
생성자
EventTelemetry() |
EventTelemetry 클래스의 새 인스턴스를 초기화합니다. |
EventTelemetry(String) |
주어진 EventTelemetry을 사용하여 |
속성
CommonSchemaVersion |
데이터 셰이프 및 전송 엔드포인트를 결정하는 데 사용되는 이 이벤트에 대한 공통 스키마 버전을 가져오거나 설정합니다. |
Context |
현재 원격 분석 항목과 연결된 컨텍스트를 가져옵니다. |
Metrics |
애플리케이션 정의 이벤트 메트릭의 사전을 가져옵니다. |
Name |
이벤트의 이름을 가져오거나 설정합니다. |
Properties |
이 이벤트에 대한 추가 정보를 제공하는 애플리케이션 정의 속성 이름 및 값의 사전을 가져옵니다. |
Sequence |
원격 분석 항목의 절대 순서를 정의하는 값을 가져오거나 설정합니다. |
Timestamp |
이벤트가 기록된 날짜 및 시간을 가져오거나 설정합니다. |
명시적 인터페이스 구현
ITelemetry.Sanitize() |
제약 조건에 따라 속성을 삭제합니다. |