Show / Hide Table of Contents

    Class MetricLogData

    The metric of Geneva Instrumentation Framework (Ifx).

    Inheritance
    Object
    MetricLogData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Common.Telemetry
    Assembly: Microsoft.Graph.Communications.Common.dll
    Syntax
    public class MetricLogData

    Constructors

    MetricLogData()

    Declaration
    public MetricLogData()

    Properties

    AddDefaultDimension

    Gets or sets a value indicating whether the default dimensions are included.

    Declaration
    public bool AddDefaultDimension { get; set; }
    Property Value
    Type Description
    Boolean

    Dimensions

    Gets or sets the dimensions.

    Declaration
    public Dictionary<string, string> Dimensions { get; set; }
    Property Value
    Type Description
    Dictionary<String, String>

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Namespace

    Gets or sets the namespace.

    Declaration
    public string Namespace { get; set; }
    Property Value
    Type Description
    String

    RawData

    Gets or sets the raw data.

    Declaration
    public long RawData { get; set; }
    Property Value
    Type Description
    Int64

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(Object, String, Object)
    Extensions.Pin(Object)
    Extensions.ChangeType(Object, Type)
    Extensions.ChangeType<T>(Object)
    Extensions.TryDispose(Object, IGraphLogger)
    ReflectionUtils.GetPropertyUsingReflection(Object, String)
    ReflectionUtils.SetPropertyUsingReflection(Object, String, Object)
    Validator.IsNull(Object, String, String)
    Validator.NotNull<T>(T, String, String)
    Validator.Equals<T>(T, T, String, String)
    Validator.Equals<T, TE>(T, T, String)
    Validator.NotEquals<T>(T, T, String, String)
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.