Show / Hide Table of Contents

Class GooglePrivacyDlpV2NumericalStatsResult

Result of the numerical stats computation.

Inheritance
object
GooglePrivacyDlpV2NumericalStatsResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2NumericalStatsResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxValue

Maximum value appearing in the column.

Declaration
[JsonProperty("maxValue")]
public virtual GooglePrivacyDlpV2Value MaxValue { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Value

MinValue

Minimum value appearing in the column.

Declaration
[JsonProperty("minValue")]
public virtual GooglePrivacyDlpV2Value MinValue { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Value

QuantileValues

List of 99 values that partition the set of field values into 100 equal sized buckets.

Declaration
[JsonProperty("quantileValues")]
public virtual IList<GooglePrivacyDlpV2Value> QuantileValues { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2Value>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX