Show / Hide Table of Contents

Class GooglePrivacyDlpV2SchemaModifiedCadence

How frequently to modify the profile when the table's schema is modified.

Inheritance
object
GooglePrivacyDlpV2SchemaModifiedCadence
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 GooglePrivacyDlpV2SchemaModifiedCadence : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Frequency

Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.

Declaration
[JsonProperty("frequency")]
public virtual string Frequency { get; set; }
Property Value
Type Description
string

Types

The types of schema modifications to consider. Defaults to NEW_COLUMNS.

Declaration
[JsonProperty("types")]
public virtual IList<string> Types { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX