Condividi tramite


KpiDefinition Class

Definition

Defines the KPI Threshold limits.

public class KpiDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.Models.KpiDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.Models.KpiDefinition>
type KpiDefinition = class
    interface IJsonModel<KpiDefinition>
    interface IPersistableModel<KpiDefinition>
Public Class KpiDefinition
Implements IJsonModel(Of KpiDefinition), IPersistableModel(Of KpiDefinition)
Inheritance
KpiDefinition
Implements

Properties

Aliases

The aliases.

CalculationWindow

The calculation window.

CalculationWindowFieldName

Name of calculation window field.

Description

Localized description for the KPI.

DisplayName

Localized display name for the KPI.

EntityType

The mapping entity type.

EntityTypeName

The mapping entity name.

Expression

The computation expression for the KPI.

Extracts

The KPI extracts.

Filter

The filter expression for the KPI.

Function

The computation function for the KPI.

GroupBy

the group by properties for the KPI.

GroupByMetadata

The KPI GroupByMetadata.

KpiName

The KPI name.

ParticipantProfilesMetadata

The participant profiles.

ProvisioningState

Provisioning state.

TenantId

The hub name.

ThresHolds

The KPI thresholds.

Unit

The unit of measurement for the KPI.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KpiDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KpiDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KpiDefinition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KpiDefinition>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KpiDefinition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to