Show / Hide Table of Contents

Class GoogleCloudDataplexV1MetadataJobImportJobSpec

Job specification for a metadata import job.You can run the following kinds of metadata import jobs: Full sync of entries with incremental import of their aspects. Supported for custom entries. Incremental import of aspects only. Supported for aspects that belong to custom entries and system entries. For custom entries, you can modify both optional aspects and required aspects. For system entries, you can modify optional aspects.

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

Properties

AspectSyncMode

Required. The sync mode for aspects.

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

ETag

The ETag of the item.

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

EntrySyncMode

Required. The sync mode for entries.

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

LogLevel

Optional. The level of logs to write to Cloud Logging for this job.Debug-level logs provide highly-detailed information for troubleshooting, but their increased verbosity could incur additional costs (https://cloud.google.com/stackdriver/pricing) that might not be merited for all jobs.If unspecified, defaults to INFO.

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

Scope

Required. A boundary on the scope of impact that the metadata import job can have.

Declaration
[JsonProperty("scope")]
public virtual GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope Scope { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope

SourceCreateTime

object representation of SourceCreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SourceCreateTimeDateTimeOffset instead.")]
public virtual object SourceCreateTime { get; set; }
Property Value
Type Description
object

SourceCreateTimeDateTimeOffset

DateTimeOffset representation of SourceCreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SourceCreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SourceCreateTimeRaw

Optional. The time when the process that created the metadata import files began.

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

SourceStorageUri

Optional. The URI of a Cloud Storage bucket or folder (beginning with gs:// and ending with /) that contains the metadata import files for this job.A metadata import file defines the values to set for each of the entries and aspects in a metadata import job. For more information about how to create a metadata import file and the file requirements, see Metadata import file (https://cloud.google.com/dataplex/docs/import-metadata#metadata-import-file).You can provide multiple metadata import files in the same metadata job. The bucket or folder must contain at least one metadata import file, in JSON Lines format (either .json or .jsonl file extension).In FULL entry sync mode, don't save the metadata import file in a folder named SOURCE_STORAGE_URI/deletions/.Caution: If the metadata import file contains no data, all entries and aspects that belong to the job's scope are deleted.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX