Show / Hide Table of Contents

Class GooglePrivacyDlpV2OrConditions

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
GooglePrivacyDlpV2OrConditions
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 GooglePrivacyDlpV2OrConditions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MinAge

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

Declaration
[JsonProperty("minAge")]
public virtual object MinAge { get; set; }
Property Value
Type Description
object

MinRowCount

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

Declaration
[JsonProperty("minRowCount")]
public virtual int? MinRowCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX