Dela via


ReportConfigDataset Class

Definition

The definition of data present in the report.

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

Constructors

ReportConfigDataset()

Initializes a new instance of ReportConfigDataset.

Properties

Aggregation

Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.

Columns

Array of column names to be included in the report. Any valid report column name is allowed. If not provided, then report includes all columns.

Filter

Has filter expression to use in the report.

Granularity

The granularity of rows in the report.

Grouping

Array of group by expression to use in the report. Report can have up to 2 group by clauses.

Sorting

Array of order by expression to use in the report.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReportConfigDataset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReportConfigDataset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReportConfigDataset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReportConfigDataset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReportConfigDataset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to