Class GooglePrivacyDlpV2NumericalStatsResult
Result of the numerical stats computation.
Implements
Inherited Members
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> |