Share via


SearchMetadata.Sum Property

Definition

Gets or sets the sum of all aggregates returned in the result set.

[Newtonsoft.Json.JsonProperty(PropertyName="sum")]
public long? Sum { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sum")>]
member this.Sum : Nullable<int64> with get, set
Public Property Sum As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to