IQueryDataset Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryDatasetTypeConverter))]
public interface IQueryDataset : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.QueryDatasetTypeConverter))>]
type IQueryDataset = interface
interface IJsonSerializable
Public Interface IQueryDataset
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Aggregation |
Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query can have up to 2 aggregation clauses. |
ConfigurationColumn |
Array of column names to be included in the query. Any valid query column name is allowed. If not provided, then query includes all columns. |
Filter |
The filter expression to use in the query. Please reference our Query API REST documentation for how to properly format the filter. |
Granularity |
The granularity of rows in the query. |
Grouping |
Array of group by expression to use in the query. Query can have up to 2 group by clauses. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |