Google Cloud Data Loss Prevention v2 API - Class DiscoveryBigQueryConditions.Types.OrConditions (4.8.0)

public sealed class DiscoveryBigQueryConditions.Types.OrConditions : IMessage<DiscoveryBigQueryConditions.Types.OrConditions>, IEquatable<DiscoveryBigQueryConditions.Types.OrConditions>, IDeepCloneable<DiscoveryBigQueryConditions.Types.OrConditions>, IBufferMessage, IMessage

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

There is an OR relationship between these attributes. They are used to determine if a table should be scanned or not in Discovery.

Inheritance

object > DiscoveryBigQueryConditions.Types.OrConditions

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

OrConditions()

public OrConditions()

OrConditions(OrConditions)

public OrConditions(DiscoveryBigQueryConditions.Types.OrConditions other)
Parameter
NameDescription
otherDiscoveryBigQueryConditionsTypesOrConditions

Properties

MinAge

public Duration MinAge { get; set; }

Minimum age a table must have before Cloud DLP can profile it. Value must be 1 hour or greater.

Property Value
TypeDescription
Duration

MinRowCount

public int MinRowCount { get; set; }

Minimum number of rows that should be present before Cloud DLP profiles a table

Property Value
TypeDescription
int