Condividi tramite


KpiGroupByMetadata Class

Definition

The KPI GroupBy field metadata.

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

Properties

DisplayName

The display name.

FieldName

The name of the field.

FieldType

The type of the field.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<KpiGroupByMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KpiGroupByMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KpiGroupByMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KpiGroupByMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KpiGroupByMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to