Class Aggregate
Defines the members of the aggregate.
Inherited Members
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class Aggregate
Constructors
Aggregate()
Declaration
public Aggregate()
Properties
Field
Specifies the field name.
Declaration
[JsonPropertyName("field")]
public string Field { get; set; }
Property Value
| Type |
|---|
| string |
Type
Specifies the aggregate type.
Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
| Type |
|---|
| string |