Google Cloud Data Loss Prevention v2 API - Class ValueFrequency (4.8.0)

public sealed class ValueFrequency : IMessage<ValueFrequency>, IEquatable<ValueFrequency>, IDeepCloneable<ValueFrequency>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ValueFrequency.

A value of a field, including its frequency.

Inheritance

object > ValueFrequency

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ValueFrequency()

public ValueFrequency()

ValueFrequency(ValueFrequency)

public ValueFrequency(ValueFrequency other)
Parameter
NameDescription
otherValueFrequency

Properties

Count

public long Count { get; set; }

How many times the value is contained in the field.

Property Value
TypeDescription
long

Value

public Value Value { get; set; }

A value contained in the field in question.

Property Value
TypeDescription
Value