Show / Hide Table of Contents

Class GoogleCloudDataplexV1AssetDiscoverySpec

Settings to manage the metadata discovery and publishing for an asset.

Inheritance
object
GoogleCloudDataplexV1AssetDiscoverySpec
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1AssetDiscoverySpec : IDirectResponseSchema

Properties

CsvOptions

Optional. Configuration for CSV data.

Declaration
[JsonProperty("csvOptions")]
public virtual GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions CsvOptions { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions

ETag

The ETag of the item.

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

Enabled

Optional. Whether discovery is enabled.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

ExcludePatterns

Optional. The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.

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

IncludePatterns

Optional. The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.

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

JsonOptions

Optional. Configuration for Json data.

Declaration
[JsonProperty("jsonOptions")]
public virtual GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions JsonOptions { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions

Schedule

Optional. Cron schedule (https://en.wikipedia.org/wiki/Cron) for running discovery periodically. Successive discovery runs must be scheduled at least 60 minutes apart. The default value is to run discovery every 60 minutes.To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=\({IANA_TIME_ZONE}" or TZ=\){IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, CRON_TZ=America/New_York 1 * * * *, or TZ=America/New_York 1 * * * *.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX